Searched refs:PPCInstructionSelector (Results 1 – 2 of 2) sorted by relevance
38 class PPCInstructionSelector : public InstructionSelector { class40 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,89 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() function in PPCInstructionSelector184 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()[all …]
1488 SRCS_MIN+= Target/PowerPC/GISel/PPCInstructionSelector.cpp