Searched refs:PPCTargetMachine (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 120 RegisterTargetMachine<PPCTargetMachine> A(getThePPC32Target()); in LLVMInitializePowerPCTarget() 121 RegisterTargetMachine<PPCTargetMachine> B(getThePPC32LETarget()); in LLVMInitializePowerPCTarget() 122 RegisterTargetMachine<PPCTargetMachine> C(getThePPC64Target()); in LLVMInitializePowerPCTarget() 123 RegisterTargetMachine<PPCTargetMachine> D(getThePPC64LETarget()); in LLVMInitializePowerPCTarget() 247 static PPCTargetMachine::PPCABI computeTargetABI(const Triple &TT, in computeTargetABI() 250 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 252 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 259 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 262 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 264 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() [all …]
|
| H A D | PPC.h | 25 class PPCTargetMachine; variable 39 FunctionPass *createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM); 49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOptLevel OL); 95 createPPCInstructionSelector(const PPCTargetMachine &, const PPCSubtarget &,
|
| H A D | PPCTargetMachine.h | 26 class PPCTargetMachine final : public CodeGenTargetMachineImpl { 40 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 46 ~PPCTargetMachine() override;
|
| H A D | PPCSubtarget.h | 104 const PPCTargetMachine &TM; 124 const PPCTargetMachine &TM); 160 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
|
| H A D | PPCRegisterInfo.h | 24 class PPCTargetMachine; variable 59 const PPCTargetMachine &TM; 67 PPCRegisterInfo(const PPCTargetMachine &TM);
|
| H A D | PPCLowerMASSVEntries.cpp | 162 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
|
| H A D | PPCSubtarget.cpp | 57 const PPCTargetMachine &TM) in PPCSubtarget()
|
| H A D | PPCTargetTransformInfo.h | 39 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
|
| H A D | PPCBoolRetToInt.cpp | 189 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
| H A D | PPCLoopInstrFormPrep.cpp | 223 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) {} in PPCLoopInstrFormPrep() 235 PPCTargetMachine *TM = nullptr; 343 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
|
| H A D | PPCTargetTransformInfo.cpp | 343 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable() 971 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
|
| H A D | PPCAsmPrinter.cpp | 1914 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile() 1920 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile() 2031 if (static_cast<const PPCTargetMachine &>(TM).hasGlibcHWCAPAccess()) in emitEndOfAsmFile()
|
| H A D | PPCISelLowering.h | 763 explicit PPCTargetLowering(const PPCTargetMachine &TM,
|
| H A D | PPCISelDAGToDAG.cpp | 144 const PPCTargetMachine &TM; 152 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOptLevel OptLevel) in PPCDAGToDAGISel() 451 explicit PPCDAGToDAGISelLegacy(PPCTargetMachine &tm, in PPCDAGToDAGISelLegacy() 7948 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
|
| H A D | PPCRegisterInfo.cpp | 96 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
|
| H A D | PPCISelLowering.cpp | 173 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 40 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI, 68 const PPCTargetMachine &TM; 89 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() 784 createPPCInstructionSelector(const PPCTargetMachine &TM, in createPPCInstructionSelector()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1654 SRCS_MIN+= Target/PowerPC/PPCTargetMachine.cpp
|