Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp246 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()
262 return PPCTargetMachine::PPC_ABI_UNKNOWN; in computeTargetABI()
344 PPCTargetMachine::PPCTargetMachine(const Target &T, const Triple &TT, in PPCTargetMachine() function in PPCTargetMachine
360 PPCTargetMachine::~PPCTargetMachine() = default;
422 PPCTargetMachine &getPPCTargetMachine() const { in getPPCTargetMachine()
423 return getTM<PPCTargetMachine>(); in getPPCTargetMachine()
[all …]
H A DPPC.h25 class PPCTargetMachine; variable
39 FunctionPass *createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM);
49 FunctionPass *createPPCISelDag(PPCTargetMachine &TM, CodeGenOptLevel OL);
95 createPPCInstructionSelector(const PPCTargetMachine &, const PPCSubtarget &,
H A DPPCTargetMachine.h26 class PPCTargetMachine final : public LLVMTargetMachine {
39 PPCTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
45 ~PPCTargetMachine() override;
H A DPPCSubtarget.h103 const PPCTargetMachine &TM;
121 const PPCTargetMachine &TM);
155 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine()
H A DPPCRegisterInfo.h24 class PPCTargetMachine; variable
59 const PPCTargetMachine &TM;
62 PPCRegisterInfo(const PPCTargetMachine &TM);
H A DPPCSubtarget.cpp60 const PPCTargetMachine &TM) in PPCSubtarget()
72 *static_cast<const PPCTargetMachine *>(&TM), *this, *RBI)); in PPCSubtarget()
H A DPPCLowerMASSVEntries.cpp160 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnModule()
H A DPPCTargetTransformInfo.h39 explicit PPCTTIImpl(const PPCTargetMachine *TM, const Function &F) in PPCTTIImpl()
H A DPPCBoolRetToInt.cpp195 auto &TM = TPC->getTM<PPCTargetMachine>(); in runOnFunction()
H A DPPCLoopInstrFormPrep.cpp230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep()
244 PPCTargetMachine *TM = nullptr;
352 FunctionPass *llvm::createPPCLoopInstrFormPrepPass(PPCTargetMachine &TM) { in createPPCLoopInstrFormPrepPass()
H A DPPCTargetTransformInfo.cpp344 const PPCTargetMachine &TM = ST->getTargetMachine(); in isHardwareLoopProfitable()
944 const PPCTargetMachine &TM = ST->getTargetMachine(); in shouldBuildRelLookupTables()
H A DPPCISelLowering.h739 explicit PPCTargetLowering(const PPCTargetMachine &TM,
H A DPPCAsmPrinter.cpp1710 if (static_cast<const PPCTargetMachine &>(TM).isELFv2ABI()) { in emitStartOfAsmFile()
1716 if (static_cast<const PPCTargetMachine &>(TM).isPPC64() || in emitStartOfAsmFile()
H A DPPCRegisterInfo.cpp98 PPCRegisterInfo::PPCRegisterInfo(const PPCTargetMachine &TM) in PPCRegisterInfo()
H A DPPCISelDAGToDAG.cpp144 const PPCTargetMachine &TM;
154 explicit PPCDAGToDAGISel(PPCTargetMachine &tm, CodeGenOptLevel OptLevel) in PPCDAGToDAGISel()
7803 FunctionPass *llvm::createPPCISelDag(PPCTargetMachine &TM, in createPPCISelDag()
H A DPPCISelLowering.cpp160 PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, in PPCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp40 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-14.2/lib/clang/libllvm/
H A DMakefile1524 SRCS_MIN+= Target/PowerPC/PPCTargetMachine.cpp