| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 227 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 229 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 235 return PPCTargetMachine::PPC_ABI_UNKNOWN; in computeTargetABI() 239 return PPCTargetMachine::PPC_ABI_ELFv2; in computeTargetABI() 241 return PPCTargetMachine::PPC_ABI_ELFv1; in computeTargetABI() 243 return PPCTargetMachine::PPC_ABI_UNKNOWN; in computeTargetABI() 324 PPCTargetMachine::PPCTargetMachine(const Target &T, const Triple &TT, in PPCTargetMachine() function in PPCTargetMachine 340 PPCTargetMachine::~PPCTargetMachine() = default; 399 PPCTargetMachine &getPPCTargetMachine() const { in getPPCTargetMachine() 400 return getTM<PPCTargetMachine>(); in getPPCTargetMachine() [all …]
|
| H A D | PPC.h | 25 class PPCTargetMachine; variable 39 FunctionPass *createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM); 49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOpt::Level OL); 92 createPPCInstructionSelector(const PPCTargetMachine &, const PPCSubtarget &,
|
| H A D | PPCTargetMachine.h | 25 class PPCTargetMachine final : public LLVMTargetMachine { 38 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 43 ~PPCTargetMachine() override;
|
| H A D | PPCRegisterInfo.h | 24 class PPCTargetMachine; variable 59 const PPCTargetMachine &TM; 62 PPCRegisterInfo(const PPCTargetMachine &TM);
|
| H A D | PPCSubtarget.h | 176 const PPCTargetMachine &TM; 193 const PPCTargetMachine &TM); 227 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
|
| H A D | PPCSubtarget.cpp | 56 const std::string &FS, const PPCTargetMachine &TM) in PPCSubtarget() 68 *static_cast<const PPCTargetMachine *>(&TM), *this, *RBI)); in PPCSubtarget()
|
| H A D | CMakeLists.txt | 47 PPCTargetMachine.cpp
|
| H A D | PPCLowerMASSVEntries.cpp | 160 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
|
| H A D | PPCTargetTransformInfo.h | 40 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
|
| H A D | PPCBoolRetToInt.cpp | 197 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
|
| H A D | PPCTargetTransformInfo.cpp | 343 static bool memAddrUsesCTR(const Value *MemAddr, const PPCTargetMachine &TM, in memAddrUsesCTR() 366 const PPCTargetMachine &TM = ST->getTargetMachine(); in mightUseCTR() 723 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable() 1330 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
|
| H A D | PPCLoopInstrFormPrep.cpp | 229 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() 243 PPCTargetMachine *TM = nullptr; 351 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
|
| H A D | PPCISelLowering.h | 746 explicit PPCTargetLowering(const PPCTargetMachine &TM,
|
| H A D | PPCAsmPrinter.cpp | 1579 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile() 1587 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile()
|
| H A D | PPCRegisterInfo.cpp | 98 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
|
| H A D | PPCISelDAGToDAG.cpp | 142 const PPCTargetMachine &TM; 148 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOpt::Level OptLevel) in PPCDAGToDAGISel() 7504 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
|
| H A D | PPCISelLowering.cpp | 153 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 35 PPCInstructionSelector(const PPCTargetMachine &TM, const PPCSubtarget &STI, 65 PPCInstructionSelector::PPCInstructionSelector(const PPCTargetMachine &TM, in PPCInstructionSelector() 86 createPPCInstructionSelector(const PPCTargetMachine &TM, in createPPCInstructionSelector()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/ |
| H A D | BUILD.gn | 91 "PPCTargetMachine.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 6655 llvm/lib/Target/PowerPC/PPCTargetMachine.h
|