Lines Matching refs:PPCInstructionSelector
38 class PPCInstructionSelector : public InstructionSelector { class
40 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,
89 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() function in PPCInstructionSelector
184 bool PPCInstructionSelector::selectIntToFP(MachineInstr &I, in selectIntToFP()
211 bool PPCInstructionSelector::selectFPToInt(MachineInstr &I, in selectFPToInt()
241 bool PPCInstructionSelector::selectZExt(MachineInstr &I, MachineBasicBlock &MBB, in selectZExt()
287 std::optional<bool> PPCInstructionSelector::selectI64ImmDirect(MachineInstr &I, in selectI64ImmDirect()
599 bool PPCInstructionSelector::selectI64Imm(MachineInstr &I, in selectI64Imm()
648 bool PPCInstructionSelector::selectConstantPool( in selectConstantPool()
708 bool PPCInstructionSelector::select(MachineInstr &I) { in select()
787 return new PPCInstructionSelector(TM, Subtarget, RBI); in createPPCInstructionSelector()