Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp22 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()
DSystemZ.h22 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);
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);
55 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
59 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.cpp134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
169 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
DSystemZElimCompare.cpp59 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
88 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
DSystemZInstrInfo.h26 class SystemZTargetMachine; variable
DSystemZISelDAGToDAG.cpp140 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()
DSystemZISelLowering.h334 class SystemZTargetMachine; variable