Searched refs:PPCTargetMachine (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 116 RegisterTargetMachine<PPCTargetMachine> A(getThePPC32Target()); in LLVMInitializePowerPCTarget() 117 RegisterTargetMachine<PPCTargetMachine> B(getThePPC32LETarget()); in LLVMInitializePowerPCTarget() 118 RegisterTargetMachine<PPCTargetMachine> C(getThePPC64Target()); in LLVMInitializePowerPCTarget() 119 RegisterTargetMachine<PPCTargetMachine> D(getThePPC64LETarget()); in LLVMInitializePowerPCTarget() 243 static PPCTargetMachine::PPCABI computeTargetABI(const Triple &TT, in computeTargetABI() 246 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 248 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 255 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 258 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 260 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 LLVMTargetMachine { 40 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 46 ~PPCTargetMachine() override;
|
H A D | PPCSubtarget.h | 104 const PPCTargetMachine &TM; 122 const PPCTargetMachine &TM); 156 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
|
H A D | PPCRegisterInfo.h | 24 class PPCTargetMachine; variable 59 const PPCTargetMachine &TM; 62 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 | 195 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
H A D | PPCLoopInstrFormPrep.cpp | 230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() 244 PPCTargetMachine *TM = nullptr; 352 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
|
H A D | PPCTargetTransformInfo.cpp | 344 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable() 955 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
|
H A D | PPCAsmPrinter.cpp | 1936 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile() 1942 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile() 2054 if (static_cast<const PPCTargetMachine &>(TM).hasGlibcHWCAPAccess()) in emitEndOfAsmFile()
|
H A D | PPCISelLowering.h | 750 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() 7935 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
|
H A D | PPCRegisterInfo.cpp | 98 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
|
H A D | PPCISelLowering.cpp | 170 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 | 1550 SRCS_MIN+= Target/PowerPC/PPCTargetMachine.cpp
|