Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp45 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector
72 bool AMDGPUInstructionSelector::isVCC(Register Reg, in isVCC()
1505 bool AMDGPUInstructionSelector::selectImageIntrinsic( in selectImageIntrinsic()
2513 bool AMDGPUInstructionSelector::selectG_GLOBAL_VALUE( in selectG_GLOBAL_VALUE()
2833 bool AMDGPUInstructionSelector::selectG_SHUFFLE_VECTOR( in selectG_SHUFFLE_VECTOR()
3046 bool AMDGPUInstructionSelector::selectGlobalAtomicFadd( in selectGlobalAtomicFadd()
3353 AMDGPUInstructionSelector::selectVOP3PModsImpl( in selectVOP3PModsImpl()
3848 AMDGPUInstructionSelector::selectMUBUFScratchOffset( in selectMUBUFScratchOffset()
4054 AMDGPUInstructionSelector::MUBUFAddressData
4112 bool AMDGPUInstructionSelector::selectMUBUFAddr64Impl( in selectMUBUFAddr64Impl()
[all …]
H A DAMDGPUInstructionSelector.h52 class AMDGPUInstructionSelector final : public InstructionSelector {
58 AMDGPUInstructionSelector(const GCNSubtarget &STI,
H A DAMDGPUSubtarget.cpp330 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()