Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp33 class PPCInstructionSelector : public InstructionSelector { class
35 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,
65 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() function in PPCInstructionSelector
79 bool PPCInstructionSelector::select(MachineInstr &I) { in select()
90 return new PPCInstructionSelector(TM, Subtarget, RBI); in createPPCInstructionSelector()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1282 SRCS_MIN+= Target/PowerPC/GISel/PPCInstructionSelector.cpp