Searched refs:SystemZTargetMachine (Results 1 – 14 of 14) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetMachine.cpp | 34 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()
|
| D | SystemZ.h | 21 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);
|
| D | SystemZTargetMachine.h | 27 class SystemZTargetMachine : public LLVMTargetMachine { 32 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 36 ~SystemZTargetMachine() override;
|
| D | SystemZLDCleanup.cpp | 32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
| D | SystemZShortenInst.cpp | 29 SystemZShortenInst(const SystemZTargetMachine &tm); 58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 62 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
| D | CMakeLists.txt | 35 SystemZTargetMachine.cpp
|
| D | SystemZFrameLowering.h | 16 class SystemZTargetMachine; variable
|
| D | SystemZLongBranch.cpp | 138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 469 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
| D | SystemZSelectionDAGInfo.h | 20 class SystemZTargetMachine; variable
|
| D | SystemZTargetTransformInfo.h | 32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
| D | SystemZElimCompare.cpp | 68 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() 744 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
| D | SystemZPostRewrite.cpp | 76 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass()
|
| D | SystemZISelDAGToDAG.cpp | 142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() 143 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine() 345 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel() 378 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
|
| D | SystemZISelLowering.h | 389 class SystemZTargetMachine; variable
|