Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/GISel/
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()
/external/llvm-project/llvm/lib/Target/PowerPC/
DCMakeLists.txt22 GISel/PPCInstructionSelector.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
DBUILD.gn57 "GISel/PPCInstructionSelector.cpp",