LLVM  8.0.1
Public Attributes | List of all members
llvm::AMDGPU::MIMGInfo Struct Reference
Collaboration diagram for llvm::AMDGPU::MIMGInfo:
Collaboration graph
[legend]

Public Attributes

uint16_t Opcode
 
uint16_t BaseOpcode
 
uint8_t MIMGEncoding
 
uint8_t VDataDwords
 
uint8_t VAddrDwords
 

Detailed Description

Definition at line 102 of file AMDGPUBaseInfo.cpp.

Member Data Documentation

◆ BaseOpcode

uint16_t llvm::AMDGPU::MIMGInfo::BaseOpcode

Definition at line 104 of file AMDGPUBaseInfo.cpp.

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

◆ MIMGEncoding

uint8_t llvm::AMDGPU::MIMGInfo::MIMGEncoding

Definition at line 105 of file AMDGPUBaseInfo.cpp.

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

◆ Opcode

uint16_t llvm::AMDGPU::MIMGInfo::Opcode

◆ VAddrDwords

uint8_t llvm::AMDGPU::MIMGInfo::VAddrDwords

Definition at line 107 of file AMDGPUBaseInfo.cpp.

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

◆ VDataDwords

uint8_t llvm::AMDGPU::MIMGInfo::VDataDwords

Definition at line 106 of file AMDGPUBaseInfo.cpp.


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