LLVM
15.0.0git
|
#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 | G16 |
bool | Coordinates |
bool | LodOrClampOrMip |
bool | HasD16 |
bool | MSAA |
bool | BVH |
Definition at line 300 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Atomic |
Definition at line 303 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPULegalizerInfo::legalizeImageIntrinsic().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::AtomicX2 |
Definition at line 304 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPULegalizerInfo::legalizeImageIntrinsic().
MIMGBaseOpcode llvm::AMDGPU::MIMGBaseOpcodeInfo::BaseOpcode |
Definition at line 301 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::BVH |
Definition at line 315 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPUDisassembler::convertMIMGInst().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Coordinates |
Definition at line 311 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPU::getAddrSizeMIMGOp().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::G16 |
Definition at line 310 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPU::getAddrSizeMIMGOp().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gather4 |
Definition at line 306 of file AMDGPUBaseInfo.h.
Referenced by llvm::SITargetLowering::getTgtMemIntrinsic(), and llvm::AMDGPULegalizerInfo::legalizeImageIntrinsic().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Gradients |
Definition at line 309 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPU::getAddrSizeMIMGOp(), and llvm::AMDGPULegalizerInfo::legalizeImageIntrinsic().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::HasD16 |
Definition at line 313 of file AMDGPUBaseInfo.h.
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::LodOrClampOrMip |
Definition at line 312 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPU::getAddrSizeMIMGOp().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::MSAA |
Definition at line 314 of file AMDGPUBaseInfo.h.
uint8_t llvm::AMDGPU::MIMGBaseOpcodeInfo::NumExtraArgs |
Definition at line 308 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPU::getAddrSizeMIMGOp().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Sampler |
Definition at line 305 of file AMDGPUBaseInfo.h.
Referenced by simplifyAMDGCNImageIntrinsic().
bool llvm::AMDGPU::MIMGBaseOpcodeInfo::Store |
Definition at line 302 of file AMDGPUBaseInfo.h.
Referenced by llvm::AMDGPULegalizerInfo::legalizeImageIntrinsic().