Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZTargetMachine.cpp21 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget); in LLVMInitializeSystemZTarget()
81 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
93 SystemZTargetMachine::~SystemZTargetMachine() {} in ~SystemZTargetMachine()
99 SystemZPassConfig(SystemZTargetMachine *TM, PassManagerBase &PM) in SystemZPassConfig()
102 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
103 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
163 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
167 TargetIRAnalysis SystemZTargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis()
HDSystemZ.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);
HDSystemZTargetMachine.h25 class SystemZTargetMachine : public LLVMTargetMachine {
30 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 ~SystemZTargetMachine() override;
HDSystemZLDCleanup.cpp33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup()
56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
HDSystemZShortenInst.cpp28 SystemZShortenInst(const SystemZTargetMachine &tm);
56 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
60 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
HDSystemZTargetTransformInfo.h31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, Function &F) in SystemZTTIImpl()
HDSystemZFrameLowering.h17 class SystemZTargetMachine; variable
HDSystemZLongBranch.cpp134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
169 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
HDSystemZSelectionDAGInfo.h21 class SystemZTargetMachine; variable
HDSystemZElimCompare.cpp66 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
95 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
HDSystemZInstrInfo.h26 class SystemZTargetMachine; variable
HDSystemZISelDAGToDAG.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()
HDSystemZISelLowering.h334 class SystemZTargetMachine; variable