Searched refs:AMDGPUInstructionSelector (Results 1 – 4 of 4) sorted by relevance
45 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector62 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; } in getName()64 bool AMDGPUInstructionSelector::selectCOPY(MachineInstr &I) const { in selectCOPY()83 AMDGPUInstructionSelector::getSubOperand64(MachineOperand &MO, in getSubOperand64()122 bool AMDGPUInstructionSelector::selectG_ADD(MachineInstr &I) const { in selectG_ADD()165 bool AMDGPUInstructionSelector::selectG_GEP(MachineInstr &I) const { in selectG_GEP()169 bool AMDGPUInstructionSelector::selectG_IMPLICIT_DEF(MachineInstr &I) const { in selectG_IMPLICIT_DEF()182 bool AMDGPUInstructionSelector::selectG_INTRINSIC(MachineInstr &I, in selectG_INTRINSIC()235 bool AMDGPUInstructionSelector::selectG_INTRINSIC_W_SIDE_EFFECTS( in selectG_INTRINSIC_W_SIDE_EFFECTS()280 bool AMDGPUInstructionSelector::selectG_STORE(MachineInstr &I) const { in selectG_STORE()[all …]
43 class AMDGPUInstructionSelector : public InstructionSelector {45 AMDGPUInstructionSelector(const GCNSubtarget &STI,
45 AMDGPUInstructionSelector.cpp
218 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()