Home
last modified time | relevance | path

Searched refs:PPCInstructionSelector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp38 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()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1488 SRCS_MIN+= Target/PowerPC/GISel/PPCInstructionSelector.cpp