LLVM 17.0.0git
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 elements
 
bool has_vaddr
 
bool has_srsrc
 
bool has_soffset
 
bool IsBufferInv
 

Detailed Description

Definition at line 275 of file AMDGPUBaseInfo.cpp.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MUBUFInfo::BaseOpcode

Definition at line 277 of file AMDGPUBaseInfo.cpp.

◆ elements

uint8_t llvm::AMDGPU::MUBUFInfo::elements

Definition at line 278 of file AMDGPUBaseInfo.cpp.

◆ has_soffset

bool llvm::AMDGPU::MUBUFInfo::has_soffset

Definition at line 281 of file AMDGPUBaseInfo.cpp.

◆ has_srsrc

bool llvm::AMDGPU::MUBUFInfo::has_srsrc

Definition at line 280 of file AMDGPUBaseInfo.cpp.

◆ has_vaddr

bool llvm::AMDGPU::MUBUFInfo::has_vaddr

Definition at line 279 of file AMDGPUBaseInfo.cpp.

◆ IsBufferInv

bool llvm::AMDGPU::MUBUFInfo::IsBufferInv

Definition at line 282 of file AMDGPUBaseInfo.cpp.

◆ Opcode

uint16_t llvm::AMDGPU::MUBUFInfo::Opcode

Definition at line 276 of file AMDGPUBaseInfo.cpp.


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