LLVM
8.0.1
|
#include "Target/AMDGPU/Utils/AMDGPUBaseInfo.h"
Public Attributes | |
MIMGBaseOpcode | BaseOpcode |
bool | Store |
bool | Atomic |
bool | AtomicX2 |
bool | Sampler |
bool | Gather4 |
uint8_t | NumExtraArgs |
bool | Gradients |
bool | Coordinates |
bool | LodOrClampOrMip |
bool | HasD16 |
Definition at line 181 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Atomic |
Definition at line 184 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::AtomicX2 |
Definition at line 185 of file AMDGPUBaseInfo.h.
MIMGBaseOpcode llvm::AMDGPU::MIMGBaseOpcodeInfo::BaseOpcode |
Definition at line 182 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Coordinates |
Definition at line 191 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gather4 |
Definition at line 187 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gradients |
Definition at line 190 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::HasD16 |
Definition at line 193 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::LodOrClampOrMip |
Definition at line 192 of file AMDGPUBaseInfo.h.
uint8_t llvm::AMDGPU::MIMGBaseOpcodeInfo::NumExtraArgs |
Definition at line 189 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Sampler |
Definition at line 186 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Store |
Definition at line 183 of file AMDGPUBaseInfo.h.