Searched refs:AMDGPUInstructionSelector (Results 1 – 3 of 3) sorted by relevance
43 AMDGPUInstructionSelector::AMDGPUInstructionSelector( in AMDGPUInstructionSelector() function in AMDGPUInstructionSelector58 const char *AMDGPUInstructionSelector::getName() { return DEBUG_TYPE; } in getName()60 void AMDGPUInstructionSelector::setupMF(MachineFunction &MF, GISelKnownBits *KB, 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()205 bool AMDGPUInstructionSelector::selectPHI(MachineInstr &I) const { in selectPHI()243 AMDGPUInstructionSelector::getSubOperand64(MachineOperand &MO, in getSubOperand64()290 bool AMDGPUInstructionSelector::selectG_AND_OR_XOR(MachineInstr &I) const { in selectG_AND_OR_XOR()311 bool AMDGPUInstructionSelector::selectG_ADD_SUB(MachineInstr &I) const { in selectG_ADD_SUB()[all …]
48 class AMDGPUInstructionSelector final : public InstructionSelector {54 AMDGPUInstructionSelector(const GCNSubtarget &STI,
212 std::make_unique<AMDGPUInstructionSelector>(*this, *RegBankInfo, TM); in GCNSubtarget()