Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp45 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector
61 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; } in getName()
63 bool AMDGPUInstructionSelector::selectCOPY(MachineInstr &I) const { in selectCOPY()
82 AMDGPUInstructionSelector::getSubOperand64(MachineOperand &MO, in getSubOperand64()
121 bool AMDGPUInstructionSelector::selectG_ADD(MachineInstr &I) const { in selectG_ADD()
164 bool AMDGPUInstructionSelector::selectG_GEP(MachineInstr &I) const { in selectG_GEP()
181 bool AMDGPUInstructionSelector::selectG_INTRINSIC(MachineInstr &I, in selectG_INTRINSIC()
234 bool AMDGPUInstructionSelector::selectG_INTRINSIC_W_SIDE_EFFECTS( in selectG_INTRINSIC_W_SIDE_EFFECTS()
502 bool AMDGPUInstructionSelector::selectSMRD(MachineInstr &I, in selectSMRD()
619 bool AMDGPUInstructionSelector::select(MachineInstr &I, in select()
[all …]
H A DAMDGPUInstructionSelector.h43 class AMDGPUInstructionSelector : public InstructionSelector {
45 AMDGPUInstructionSelector(const GCNSubtarget &STI,
H A DAMDGPUSubtarget.cpp225 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()