Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp43 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector
57 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; } in getName()
59 void AMDGPUInstructionSelector::setupMF(MachineFunction &MF, in setupMF()
77 bool AMDGPUInstructionSelector::isVCC(Register Reg, in isVCC()
99 bool AMDGPUInstructionSelector::constrainCopyLikeIntrin(MachineInstr &MI, in constrainCopyLikeIntrin()
123 bool AMDGPUInstructionSelector::selectCOPY(MachineInstr &I) const { in selectCOPY()
221 bool AMDGPUInstructionSelector::selectCOPY_SCC_VCC(MachineInstr &I) const { in selectCOPY_SCC_VCC()
240 bool AMDGPUInstructionSelector::selectCOPY_VCC_SCC(MachineInstr &I) const { in selectCOPY_VCC_SCC()
275 bool AMDGPUInstructionSelector::selectReadAnyLane(MachineInstr &I) const { in selectReadAnyLane()
289 bool AMDGPUInstructionSelector::selectPHI(MachineInstr &I) const { in selectPHI()
[all …]
H A DAMDGPUInstructionSelector.h48 class AMDGPUInstructionSelector final : public InstructionSelector {
54 AMDGPUInstructionSelector(const GCNSubtarget &STI,
H A DGCNSubtarget.cpp193 std::make_unique<AMDGPUInstructionSelector>(*this, *RegBankInfo, TM); in GCNSubtarget()