Searched refs:SystemZTargetMachine (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.cpp | 35 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget() 141 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine 156 SystemZTargetMachine::~SystemZTargetMachine() = default; 159 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() 197 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig() 200 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine() 201 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine() 307 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 312 SystemZTargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo() 316 MachineFunctionInfo *SystemZTargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
|
H A D | SystemZ.h | 23 class SystemZTargetMachine; variable 191 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, 193 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM); 194 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM); 195 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM); 196 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM); 197 FunctionPass *createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM); 198 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
|
H A D | SystemZTargetMachine.h | 27 class SystemZTargetMachine : public LLVMTargetMachine { 33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 38 ~SystemZTargetMachine() override;
|
H A D | CMakeLists.txt | 38 SystemZTargetMachine.cpp
|
H A D | SystemZCopyPhysRegs.cpp | 56 FunctionPass *llvm::createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM) { in createSystemZCopyPhysRegsPass()
|
H A D | SystemZLDCleanup.cpp | 55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
H A D | SystemZTargetTransformInfo.h | 32 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
H A D | SystemZPostRewrite.cpp | 69 FunctionPass *llvm::createSystemZPostRewritePass(SystemZTargetMachine &TM) { in createSystemZPostRewritePass()
|
H A D | SystemZLongBranch.cpp | 485 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
H A D | SystemZISelDAGToDAG.cpp | 142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() 143 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine() 353 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel() 385 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in INITIALIZE_PASS()
|
H A D | SystemZShortenInst.cpp | 58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
|
H A D | SystemZElimCompare.cpp | 748 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/ |
H A D | BUILD.gn | 56 "SystemZTargetMachine.cpp",
|