Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp227 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 DPPC.h25 class PPCTargetMachine; variable
39 FunctionPass *createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM);
49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOpt::Level OL);
92 createPPCInstructionSelector(const PPCTargetMachine &, const PPCSubtarget &,
H A DPPCTargetMachine.h25 class PPCTargetMachine final : public LLVMTargetMachine {
38 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
43 ~PPCTargetMachine() override;
H A DPPCRegisterInfo.h24 class PPCTargetMachine; variable
59 const PPCTargetMachine &TM;
62 PPCRegisterInfo(const PPCTargetMachine &TM);
H A DPPCSubtarget.h176 const PPCTargetMachine &TM;
193 const PPCTargetMachine &TM);
227 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
H A DPPCSubtarget.cpp56 const std::string &FS, const PPCTargetMachine &TM) in PPCSubtarget()
68 *static_cast<const PPCTargetMachine *>(&TM), *this, *RBI)); in PPCSubtarget()
H A DCMakeLists.txt47 PPCTargetMachine.cpp
H A DPPCLowerMASSVEntries.cpp160 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
H A DPPCTargetTransformInfo.h40 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
H A DPPCBoolRetToInt.cpp197 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
H A DPPCTargetTransformInfo.cpp343 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 DPPCLoopInstrFormPrep.cpp229 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep()
243 PPCTargetMachine *TM = nullptr;
351 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
H A DPPCISelLowering.h746 explicit PPCTargetLowering(const PPCTargetMachine &TM,
H A DPPCAsmPrinter.cpp1579 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile()
1587 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile()
H A DPPCRegisterInfo.cpp98 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
H A DPPCISelDAGToDAG.cpp142 const PPCTargetMachine &TM;
148 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOpt::Level OptLevel) in PPCDAGToDAGISel()
7504 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
H A DPPCISelLowering.cpp153 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp35 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 DBUILD.gn91 "PPCTargetMachine.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6655 llvm/lib/Target/PowerPC/PPCTargetMachine.h