LLVM 22.0.0git
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 524 of file AMDGPUBaseInfo.h.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MIMGInfo::BaseOpcode

Definition at line 526 of file AMDGPUBaseInfo.h.

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

◆ MIMGEncoding

uint8_t llvm::AMDGPU::MIMGInfo::MIMGEncoding

Definition at line 527 of file AMDGPUBaseInfo.h.

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

◆ Opcode

uint16_t llvm::AMDGPU::MIMGInfo::Opcode

Definition at line 525 of file AMDGPUBaseInfo.h.

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

◆ VAddrDwords

uint8_t llvm::AMDGPU::MIMGInfo::VAddrDwords

Definition at line 529 of file AMDGPUBaseInfo.h.

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

◆ VAddrOperands

uint8_t llvm::AMDGPU::MIMGInfo::VAddrOperands

Definition at line 530 of file AMDGPUBaseInfo.h.

◆ VDataDwords

uint8_t llvm::AMDGPU::MIMGInfo::VDataDwords

Definition at line 528 of file AMDGPUBaseInfo.h.


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