Searched refs:PPCTargetMachine (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 188 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 190 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 196 return PPCTargetMachine::PPC_ABI_UNKNOWN; in computeTargetABI() 200 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 202 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 204 return PPCTargetMachine::PPC_ABI_UNKNOWN; in computeTargetABI() 245 PPCTargetMachine::PPCTargetMachine(const Target &T, const Triple &TT, in PPCTargetMachine() function in PPCTargetMachine 260 PPCTargetMachine::~PPCTargetMachine() = default; 314 PPCPassConfig(PPCTargetMachine &TM, PassManagerBase &PM) in PPCPassConfig() 322 PPCTargetMachine &getPPCTargetMachine() const { in getPPCTargetMachine() [all …]
|
| H A D | PPCTargetMachine.h | 26 class PPCTargetMachine final : public LLVMTargetMachine { 36 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 41 ~PPCTargetMachine() override;
|
| H A D | PPC.h | 25 class PPCTargetMachine; variable 38 FunctionPass *createPPCLoopPreIncPrepPass(PPCTargetMachine &TM); 49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOpt::Level OL);
|
| H A D | PPCSubtarget.h | 147 const PPCTargetMachine &TM; 158 const PPCTargetMachine &TM); 192 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
|
| H A D | PPCRegisterInfo.h | 59 const PPCTargetMachine &TM; 62 PPCRegisterInfo(const PPCTargetMachine &TM);
|
| H A D | PPCLoopPreIncPrep.cpp | 84 PPCLoopPreIncPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopPreIncPrep() 105 PPCTargetMachine *TM = nullptr; 121 FunctionPass *llvm::createPPCLoopPreIncPrepPass(PPCTargetMachine &TM) { in INITIALIZE_PASS_BEGIN()
|
| H A D | PPCTargetTransformInfo.h | 40 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
|
| H A D | PPCCTRLoops.cpp | 122 const PPCTargetMachine *TM; 194 TM = &TPC->getTM<PPCTargetMachine>(); in runOnFunction() 228 static bool memAddrUsesCTR(const PPCTargetMachine &TM, const Value *MemAddr) { in memAddrUsesCTR()
|
| H A D | PPCSubtarget.cpp | 51 const std::string &FS, const PPCTargetMachine &TM) in PPCSubtarget()
|
| H A D | PPCBoolRetToInt.cpp | 196 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
| H A D | PPCAsmPrinter.cpp | 1232 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in EmitStartOfAsmFile() 1240 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in EmitStartOfAsmFile()
|
| H A D | PPCISelLowering.h | 572 explicit PPCTargetLowering(const PPCTargetMachine &TM,
|
| H A D | PPCRegisterInfo.cpp | 74 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
|
| H A D | PPCISelDAGToDAG.cpp | 141 const PPCTargetMachine &TM; 147 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOpt::Level OptLevel) in PPCDAGToDAGISel() 6508 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
|
| H A D | PPCISelLowering.cpp | 125 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 1124 SRCS_MIN+= Target/PowerPC/PPCTargetMachine.cpp
|