Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp37 class PPCInstructionSelector : public InstructionSelector { class
39 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,
85 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() function in PPCInstructionSelector
175 bool PPCInstructionSelector::selectIntToFP(MachineInstr &I, in selectIntToFP()
202 bool PPCInstructionSelector::selectFPToInt(MachineInstr &I, in selectFPToInt()
232 bool PPCInstructionSelector::selectZExt(MachineInstr &I, MachineBasicBlock &MBB, in selectZExt()
278 std::optional<bool> PPCInstructionSelector::selectI64ImmDirect(MachineInstr &I, in selectI64ImmDirect()
590 bool PPCInstructionSelector::selectI64Imm(MachineInstr &I, in selectI64Imm()
639 bool PPCInstructionSelector::select(MachineInstr &I) { in select()
716 return new PPCInstructionSelector(TM, Subtarget, RBI); in createPPCInstructionSelector()
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile10 SRCS+= PPCInstructionSelector.cpp \
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DCMakeLists.txt22 GISel/PPCInstructionSelector.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn58 "GISel/PPCInstructionSelector.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6647 llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp