Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp23 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget); in LLVMInitializeSystemZTarget()
91 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
104 SystemZTargetMachine::~SystemZTargetMachine() {} in ~SystemZTargetMachine()
110 SystemZPassConfig(SystemZTargetMachine *TM, PassManagerBase &PM) in SystemZPassConfig()
113 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
114 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
191 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
195 TargetIRAnalysis SystemZTargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis()
DSystemZ.h22 class SystemZTargetMachine; variable
175 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
177 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
178 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
179 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
180 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
DSystemZTargetMachine.h25 class SystemZTargetMachine : public LLVMTargetMachine {
30 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 ~SystemZTargetMachine() override;
DSystemZLDCleanup.cpp33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup()
56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
DSystemZShortenInst.cpp30 SystemZShortenInst(const SystemZTargetMachine &tm);
59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
DSystemZFrameLowering.h17 class SystemZTargetMachine; variable
DSystemZTargetTransformInfo.h31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
DCMakeLists.txt31 SystemZTargetMachine.cpp
DSystemZSelectionDAGInfo.h21 class SystemZTargetMachine; variable
DSystemZLongBranch.cpp133 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
172 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
DSystemZElimCompare.cpp58 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
91 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
DSystemZInstrInfo.h26 class SystemZTargetMachine; variable
DSystemZISelDAGToDAG.cpp141 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine()
142 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine()
333 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel()
356 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget()
146 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
162 SystemZTargetMachine::~SystemZTargetMachine() = default;
169 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig()
172 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
173 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
274 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
279 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
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 *createSystemZPostRewritePass(SystemZTargetMachine &TM);
DSystemZTargetMachine.h27 class SystemZTargetMachine : public LLVMTargetMachine {
32 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
36 ~SystemZTargetMachine() override;
DSystemZLDCleanup.cpp32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup()
55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
DSystemZShortenInst.cpp29 SystemZShortenInst(const SystemZTargetMachine &tm);
58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
62 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
DCMakeLists.txt35 SystemZTargetMachine.cpp
DSystemZFrameLowering.h16 class SystemZTargetMachine; variable
DSystemZSelectionDAGInfo.h20 class SystemZTargetMachine; variable
DSystemZLongBranch.cpp138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
469 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
DSystemZTargetTransformInfo.h32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
DSystemZElimCompare.cpp68 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
744 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
DSystemZPostRewrite.cpp76 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass()

12