Searched refs:SystemZTargetMachine (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 22 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget); in LLVMInitializeSystemZTarget() 82 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine 94 SystemZTargetMachine::~SystemZTargetMachine() {} in ~SystemZTargetMachine() 100 SystemZPassConfig(SystemZTargetMachine *TM, PassManagerBase &PM) in SystemZPassConfig() 103 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine() 104 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine() 179 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 183 TargetIRAnalysis SystemZTargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis()
|
D | SystemZ.h | 22 class SystemZTargetMachine; variable 135 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, 137 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM); 138 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM); 139 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM); 140 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
|
D | SystemZTargetMachine.h | 25 class SystemZTargetMachine : public LLVMTargetMachine { 30 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 34 ~SystemZTargetMachine() override;
|
D | SystemZLDCleanup.cpp | 33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
D | SystemZShortenInst.cpp | 30 SystemZShortenInst(const SystemZTargetMachine &tm); 55 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 59 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
D | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
D | SystemZTargetTransformInfo.h | 31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
D | CMakeLists.txt | 31 SystemZTargetMachine.cpp
|
D | SystemZSelectionDAGInfo.h | 21 class SystemZTargetMachine; variable
|
D | SystemZLongBranch.cpp | 134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 169 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
D | SystemZElimCompare.cpp | 59 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() 88 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
D | SystemZInstrInfo.h | 26 class SystemZTargetMachine; variable
|
D | SystemZISelDAGToDAG.cpp | 140 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() 141 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine() 332 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel() 355 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
|
D | SystemZISelLowering.h | 334 class SystemZTargetMachine; variable
|