LLVM: llvm::AMDGPU::HWEncoding Namespace Reference (original) (raw)
llvm::AMDGPU::HWEncoding Namespace Reference
| Enumerations | |
|---|---|
| enum | : unsigned { REG_IDX_MASK = 0x3ff , LO256_REG_IDX_MASK = 0xff , IS_VGPR = 1 << 10 , IS_AGPR = 1 << 11 , IS_HI16 = 1 << 12 } |
Enumeration Type Documentation
◆ anonymous enum
anonymous enum : unsigned
| Enumerator |
|---|
| REG_IDX_MASK |
| LO256_REG_IDX_MASK |
| IS_VGPR |
| IS_AGPR |
| IS_HI16 |
Definition at line 356 of file SIDefines.h.