LLVM
8.0.1
|
Public Attributes | |
uint16_t | Opcode |
uint16_t | BaseOpcode |
uint8_t | dwords |
bool | has_vaddr |
bool | has_srsrc |
bool | has_soffset |
Definition at line 131 of file AMDGPUBaseInfo.cpp.
uint16_t llvm::AMDGPU::MUBUFInfo::BaseOpcode |
Definition at line 133 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFBaseOpcode().
uint8_t llvm::AMDGPU::MUBUFInfo::dwords |
Definition at line 134 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFDwords().
bool llvm::AMDGPU::MUBUFInfo::has_soffset |
Definition at line 137 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFHasSoffset().
bool llvm::AMDGPU::MUBUFInfo::has_srsrc |
Definition at line 136 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFHasSrsrc().
bool llvm::AMDGPU::MUBUFInfo::has_vaddr |
Definition at line 135 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFHasVAddr().
uint16_t llvm::AMDGPU::MUBUFInfo::Opcode |
Definition at line 132 of file AMDGPUBaseInfo.cpp.
Referenced by llvm::AMDGPU::getMUBUFOpcode().