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

#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"

Public Attributes

uint16_t Opcode
 
uint16_t BaseOpcode
 
uint8_t MIMGEncoding
 
uint8_t VDataDwords
 
uint8_t VAddrDwords
 
uint8_t VAddrOperands
 

Detailed Description

Definition at line 473 of file AMDGPUBaseInfo.h.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MIMGInfo::BaseOpcode

Definition at line 475 of file AMDGPUBaseInfo.h.

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

◆ MIMGEncoding

uint8_t llvm::AMDGPU::MIMGInfo::MIMGEncoding

Definition at line 476 of file AMDGPUBaseInfo.h.

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

◆ Opcode

uint16_t llvm::AMDGPU::MIMGInfo::Opcode

Definition at line 474 of file AMDGPUBaseInfo.h.

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

◆ VAddrDwords

uint8_t llvm::AMDGPU::MIMGInfo::VAddrDwords

Definition at line 478 of file AMDGPUBaseInfo.h.

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

◆ VAddrOperands

uint8_t llvm::AMDGPU::MIMGInfo::VAddrOperands

Definition at line 479 of file AMDGPUBaseInfo.h.

◆ VDataDwords

uint8_t llvm::AMDGPU::MIMGInfo::VDataDwords

Definition at line 477 of file AMDGPUBaseInfo.h.


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