Lines Matching refs:AMDGPUInstructionSelector
45 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()
168 bool AMDGPUInstructionSelector::selectG_IMPLICIT_DEF(MachineInstr &I) const { in selectG_IMPLICIT_DEF()
181 bool AMDGPUInstructionSelector::selectG_INTRINSIC(MachineInstr &I, in selectG_INTRINSIC()
234 bool AMDGPUInstructionSelector::selectG_INTRINSIC_W_SIDE_EFFECTS( in selectG_INTRINSIC_W_SIDE_EFFECTS()
279 bool AMDGPUInstructionSelector::selectG_STORE(MachineInstr &I) const { in selectG_STORE()
321 bool AMDGPUInstructionSelector::selectG_CONSTANT(MachineInstr &I) const { in selectG_CONSTANT()
392 void AMDGPUInstructionSelector::getAddrModeInfo(const MachineInstr &Load, in getAddrModeInfo()
494 bool AMDGPUInstructionSelector::hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const { in hasVgprParts()
502 bool AMDGPUInstructionSelector::selectSMRD(MachineInstr &I, in selectSMRD()
577 bool AMDGPUInstructionSelector::selectG_LOAD(MachineInstr &I) const { in selectG_LOAD()
619 bool AMDGPUInstructionSelector::select(MachineInstr &I, in select()
656 AMDGPUInstructionSelector::selectVCSRC(MachineOperand &Root) const { in selectVCSRC()
667 AMDGPUInstructionSelector::selectVSRC0(MachineOperand &Root) const { in selectVSRC0()
674 AMDGPUInstructionSelector::selectVOP3Mods0(MachineOperand &Root) const { in selectVOP3Mods0()
683 AMDGPUInstructionSelector::selectVOP3OMods(MachineOperand &Root) const { in selectVOP3OMods()
692 AMDGPUInstructionSelector::selectVOP3Mods(MachineOperand &Root) const { in selectVOP3Mods()