LLVM  8.0.1
Public Attributes | List of all members
llvm::AMDGPU::MUBUFInfo Struct Reference
Collaboration diagram for llvm::AMDGPU::MUBUFInfo:
Collaboration graph
[legend]

Public Attributes

uint16_t Opcode
 
uint16_t BaseOpcode
 
uint8_t dwords
 
bool has_vaddr
 
bool has_srsrc
 
bool has_soffset
 

Detailed Description

Definition at line 131 of file AMDGPUBaseInfo.cpp.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MUBUFInfo::BaseOpcode

Definition at line 133 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFBaseOpcode().

◆ dwords

uint8_t llvm::AMDGPU::MUBUFInfo::dwords

Definition at line 134 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFDwords().

◆ has_soffset

bool llvm::AMDGPU::MUBUFInfo::has_soffset

Definition at line 137 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFHasSoffset().

◆ has_srsrc

bool llvm::AMDGPU::MUBUFInfo::has_srsrc

Definition at line 136 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFHasSrsrc().

◆ has_vaddr

bool llvm::AMDGPU::MUBUFInfo::has_vaddr

Definition at line 135 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFHasVAddr().

◆ Opcode

uint16_t llvm::AMDGPU::MUBUFInfo::Opcode

Definition at line 132 of file AMDGPUBaseInfo.cpp.

Referenced by llvm::AMDGPU::getMUBUFOpcode().


The documentation for this struct was generated from the following file: