Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget()
152 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
167 SystemZTargetMachine::~SystemZTargetMachine() = default;
170 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl()
204 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig()
207 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
208 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
314 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
319 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
H A DSystemZ.h21 class SystemZTargetMachine; variable
190 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
192 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
193 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
194 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
195 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
196 FunctionPass *createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM);
197 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 DSystemZLDCleanup.cpp32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup()
55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
H A DSystemZShortenInst.cpp29 SystemZShortenInst(const SystemZTargetMachine &tm);
59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
H A DSystemZFrameLowering.h18 class SystemZTargetMachine; variable
H A DCMakeLists.txt38 SystemZTargetMachine.cpp
H A DSystemZLongBranch.cpp138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
469 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
H A DSystemZCopyPhysRegs.cpp64 FunctionPass *llvm::createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM) { in createSystemZCopyPhysRegsPass()
H A DSystemZSelectionDAGInfo.h20 class SystemZTargetMachine; variable
H A DSystemZTargetTransformInfo.h32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
H A DSystemZElimCompare.cpp68 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
750 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
H A DSystemZPostRewrite.cpp76 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass()
H A DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine()
143 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine()
349 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel()
382 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
H A DSystemZISelLowering.h390 class SystemZTargetMachine; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/
H A DBUILD.gn55 "SystemZTargetMachine.cpp",