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 485 of file AMDGPUBaseInfo.h.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MIMGInfo::BaseOpcode

Definition at line 487 of file AMDGPUBaseInfo.h.

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

◆ MIMGEncoding

uint8_t llvm::AMDGPU::MIMGInfo::MIMGEncoding

Definition at line 488 of file AMDGPUBaseInfo.h.

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

◆ Opcode

uint16_t llvm::AMDGPU::MIMGInfo::Opcode

Definition at line 486 of file AMDGPUBaseInfo.h.

◆ VAddrDwords

uint8_t llvm::AMDGPU::MIMGInfo::VAddrDwords

Definition at line 490 of file AMDGPUBaseInfo.h.

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

◆ VAddrOperands

uint8_t llvm::AMDGPU::MIMGInfo::VAddrOperands

Definition at line 491 of file AMDGPUBaseInfo.h.

◆ VDataDwords

uint8_t llvm::AMDGPU::MIMGInfo::VDataDwords

Definition at line 489 of file AMDGPUBaseInfo.h.


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