LLVM 19.0.0git
Public Attributes | List of all members
llvm::AMDGPU::MTBUFInfo Struct Reference

Public Attributes

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

Detailed Description

Definition at line 333 of file AMDGPUBaseInfo.cpp.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MTBUFInfo::BaseOpcode

Definition at line 335 of file AMDGPUBaseInfo.cpp.

◆ elements

uint8_t llvm::AMDGPU::MTBUFInfo::elements

Definition at line 336 of file AMDGPUBaseInfo.cpp.

◆ has_soffset

bool llvm::AMDGPU::MTBUFInfo::has_soffset

Definition at line 339 of file AMDGPUBaseInfo.cpp.

◆ has_srsrc

bool llvm::AMDGPU::MTBUFInfo::has_srsrc

Definition at line 338 of file AMDGPUBaseInfo.cpp.

◆ has_vaddr

bool llvm::AMDGPU::MTBUFInfo::has_vaddr

Definition at line 337 of file AMDGPUBaseInfo.cpp.

◆ Opcode

uint16_t llvm::AMDGPU::MTBUFInfo::Opcode

Definition at line 334 of file AMDGPUBaseInfo.cpp.


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