Searched refs:SystemZTargetMachine (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A 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() 263 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 268 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
|
| H A D | SystemZ.h | 22 class SystemZTargetMachine; variable 191 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, 193 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM); 194 FunctionPass *createSystemZExpandPseudoPass(SystemZTargetMachine &TM); 195 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM); 196 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM); 197 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM);
|
| H A D | SystemZTargetMachine.h | 28 class SystemZTargetMachine : public LLVMTargetMachine { 33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 37 ~SystemZTargetMachine() override;
|
| H A D | SystemZLDCleanup.cpp | 33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
| H A D | SystemZShortenInst.cpp | 30 SystemZShortenInst(const SystemZTargetMachine &tm); 59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
| H A D | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
| H A D | SystemZLongBranch.cpp | 138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 470 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
| H A D | SystemZSelectionDAGInfo.h | 21 class SystemZTargetMachine; variable
|
| H A D | SystemZTargetTransformInfo.h | 33 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
| H A D | SystemZExpandPseudo.cpp | 59 FunctionPass *llvm::createSystemZExpandPseudoPass(SystemZTargetMachine &TM) { in createSystemZExpandPseudoPass()
|
| H A D | SystemZElimCompare.cpp | 68 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() 638 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
| H A D | SystemZISelDAGToDAG.cpp | 142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() 143 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine() 342 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel() 367 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
|
| H A D | SystemZISelLowering.h | 366 class SystemZTargetMachine; variable
|