Searched refs:AMDGPUInstructionSelector (Results 1 – 3 of 3) sorted by relevance
45 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector61 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 …]
43 class AMDGPUInstructionSelector : public InstructionSelector {45 AMDGPUInstructionSelector(const GCNSubtarget &STI,
225 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()