Searched refs:SystemZTargetMachine (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZTargetMachine.cpp | 21 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()
|
| HD | 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);
|
| HD | SystemZTargetMachine.h | 25 class SystemZTargetMachine : public LLVMTargetMachine { 30 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 34 ~SystemZTargetMachine() override;
|
| HD | SystemZLDCleanup.cpp | 33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
| HD | SystemZShortenInst.cpp | 28 SystemZShortenInst(const SystemZTargetMachine &tm); 56 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 60 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
| HD | SystemZTargetTransformInfo.h | 31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, Function &F) in SystemZTTIImpl()
|
| HD | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
| HD | SystemZLongBranch.cpp | 134 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 169 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
| HD | SystemZSelectionDAGInfo.h | 21 class SystemZTargetMachine; variable
|
| HD | SystemZElimCompare.cpp | 66 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() 95 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
| HD | SystemZInstrInfo.h | 26 class SystemZTargetMachine; variable
|
| HD | 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()
|
| HD | SystemZISelLowering.h | 334 class SystemZTargetMachine; variable
|