Home
last modified time | relevance | path

Searched refs:AMDGPUInstructionSelector (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp49 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector
82 bool AMDGPUInstructionSelector::isVCC(Register Reg, in isVCC()
480 bool AMDGPUInstructionSelector::selectG_AMDGPU_MAD_64_32( in selectG_AMDGPU_MAD_64_32()
1823 bool AMDGPUInstructionSelector::selectImageIntrinsic( in selectImageIntrinsic()
2936 bool AMDGPUInstructionSelector::selectG_GLOBAL_VALUE( in selectG_GLOBAL_VALUE()
3875 AMDGPUInstructionSelector::selectVOP3PModsImpl( in selectVOP3PModsImpl()
3946 AMDGPUInstructionSelector::selectWMMAOpSelVOP3PMods( in selectWMMAOpSelVOP3PMods()
4861 AMDGPUInstructionSelector::selectMUBUFScratchOffset( in selectMUBUFScratchOffset()
5105 AMDGPUInstructionSelector::MUBUFAddressData
5163 bool AMDGPUInstructionSelector::selectMUBUFAddr64Impl( in selectMUBUFAddr64Impl()
[all …]
H A DAMDGPUInstructionSelector.h48 class AMDGPUInstructionSelector final : public InstructionSelector {
54 AMDGPUInstructionSelector(const GCNSubtarget &STI,
H A DAMDGPUSubtarget.cpp192 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()