Home
last modified time | relevance | path

Searched refs:PPCTargetMachine (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp111 RegisterTargetMachine<PPCTargetMachine> A(getThePPC32Target()); in LLVMInitializePowerPCTarget()
112 RegisterTargetMachine<PPCTargetMachine> B(getThePPC32LETarget()); in LLVMInitializePowerPCTarget()
113 RegisterTargetMachine<PPCTargetMachine> C(getThePPC64Target()); in LLVMInitializePowerPCTarget()
114 RegisterTargetMachine<PPCTargetMachine> D(getThePPC64LETarget()); in LLVMInitializePowerPCTarget()
226 static PPCTargetMachine::PPCABI computeTargetABI(const Triple &TT, in computeTargetABI()
229 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI()
231 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI()
238 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI()
241 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI()
243 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI()
[all …]
H A DPPC.h25 class PPCTargetMachine; variable
39 FunctionPass *createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM);
49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOpt::Level OL);
93 createPPCInstructionSelector(const PPCTargetMachine &, const PPCSubtarget &,
H A DPPCTargetMachine.h26 class PPCTargetMachine final : public LLVMTargetMachine {
39 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
45 ~PPCTargetMachine() override;
H A DPPCSubtarget.h103 const PPCTargetMachine &TM;
121 const PPCTargetMachine &TM);
155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
H A DPPCRegisterInfo.h24 class PPCTargetMachine; variable
59 const PPCTargetMachine &TM;
62 PPCRegisterInfo(const PPCTargetMachine &TM);
H A DPPCSubtarget.cpp60 const PPCTargetMachine &TM) in PPCSubtarget()
72 *static_cast<const PPCTargetMachine *>(&TM), *this, *RBI)); in PPCSubtarget()
H A DCMakeLists.txt48 PPCTargetMachine.cpp
H A DPPCLowerMASSVEntries.cpp160 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
H A DPPCTargetTransformInfo.h41 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
H A DPPCBoolRetToInt.cpp197 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
H A DPPCLoopInstrFormPrep.cpp230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep()
244 PPCTargetMachine *TM = nullptr;
352 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
H A DPPCTargetTransformInfo.cpp346 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
939 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.h753 explicit PPCTargetLowering(const PPCTargetMachine &TM,
H A DPPCAsmPrinter.cpp1651 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile()
1657 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile()
H A DPPCRegisterInfo.cpp98 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
H A DPPCISelDAGToDAG.cpp143 const PPCTargetMachine &TM;
153 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOpt::Level OptLevel) in PPCDAGToDAGISel()
7612 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
H A DPPCISelLowering.cpp154 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile40 PPCTargetMachine.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn92 "PPCTargetMachine.cpp",
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp39 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI,
85 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector()
713 createPPCInstructionSelector(const PPCTargetMachine &TM, in createPPCInstructionSelector()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6643 llvm/lib/Target/PowerPC/PPCTargetMachine.h