Home
last modified time | relevance | path

Searched refs:SystemZTargetMachine (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget()
170 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
185 SystemZTargetMachine::~SystemZTargetMachine() = default;
188 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
226 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig()
229 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
230 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
336 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
341 SystemZTargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo()
H A DSystemZ.h21 class SystemZTargetMachine; variable
191 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
193 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
194 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
195 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
196 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
197 FunctionPass *createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM);
198 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
H A DSystemZTargetMachine.h27 class SystemZTargetMachine : public LLVMTargetMachine {
33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
37 ~SystemZTargetMachine() override;
H A DCMakeLists.txt38 SystemZTargetMachine.cpp
H A DSystemZCopyPhysRegs.cpp56 FunctionPass *llvm::createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM) { in createSystemZCopyPhysRegsPass()
H A DSystemZLDCleanup.cpp55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
H A DSystemZTargetTransformInfo.h32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
H A DSystemZPostRewrite.cpp69 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass()
H A DSystemZLongBranch.cpp485 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
H A DSystemZISelDAGToDAG.cpp141 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine()
142 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine()
348 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel()
381 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
H A DSystemZShortenInst.cpp58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
H A DSystemZElimCompare.cpp748 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn55 "SystemZTargetMachine.cpp",