Searched refs:PPCInstructionSelector (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 37 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 D | Makefile | 10 SRCS+= PPCInstructionSelector.cpp \
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | CMakeLists.txt | 22 GISel/PPCInstructionSelector.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/ |
| H A D | BUILD.gn | 58 "GISel/PPCInstructionSelector.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 6647 llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
|