Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp23 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget); in LLVMInitializeSystemZTarget()
91 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
104 SystemZTargetMachine::~SystemZTargetMachine() {} in ~SystemZTargetMachine()
110 SystemZPassConfig(SystemZTargetMachine *TM, PassManagerBase &PM) in SystemZPassConfig()
113 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
114 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
191 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
195 TargetIRAnalysis SystemZTargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis()
DSystemZ.h22 class SystemZTargetMachine; variable
175 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
177 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
178 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
179 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
180 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);
59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass()
63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
DSystemZTargetTransformInfo.h31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
DSystemZFrameLowering.h17 class SystemZTargetMachine; variable
DCMakeLists.txt31 SystemZTargetMachine.cpp
DSystemZSelectionDAGInfo.h21 class SystemZTargetMachine; variable
DSystemZLongBranch.cpp133 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
172 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
DSystemZElimCompare.cpp58 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare()
91 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
DSystemZInstrInfo.h26 class SystemZTargetMachine; variable
DSystemZISelDAGToDAG.cpp141 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine()
142 return static_cast<const SystemZTargetMachine &>(TM); in getTargetMachine()
333 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel()
356 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
DSystemZISelLowering.h356 class SystemZTargetMachine; variable
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZTargetMachine.cpp18 RegisterTargetMachine<SystemZTargetMachine> X(TheSystemZTarget); in LLVMInitializeSystemZTarget()
23 SystemZTargetMachine::SystemZTargetMachine(const Target &T, in SystemZTargetMachine() function in SystemZTargetMachine
35 bool SystemZTargetMachine::addInstSelector(PassManagerBase &PM, in addInstSelector()
DSystemZInstrInfo.h27 class SystemZTargetMachine; variable
55 SystemZTargetMachine &TM;
57 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
DSystemZSelectionDAGInfo.h21 class SystemZTargetMachine; variable
25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM);
DSystemZ.h22 class SystemZTargetMachine; variable
48 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
DSystemZRegisterInfo.h29 SystemZTargetMachine &TM;
32 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
DSystemZTargetMachine.h32 class SystemZTargetMachine : public LLVMTargetMachine {
40 SystemZTargetMachine(const Target &T, StringRef TT,
DSystemZISelLowering.h54 class SystemZTargetMachine; variable
58 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
140 const SystemZTargetMachine &TM;
DSystemZSelectionDAGInfo.cpp18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo()
DSystemZRegisterInfo.cpp34 SystemZRegisterInfo::SystemZRegisterInfo(SystemZTargetMachine &tm, in SystemZRegisterInfo()
DSystemZInstrInfo.cpp32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) in SystemZInstrInfo()
39 static inline bool isGVStub(GlobalValue *GV, SystemZTargetMachine &TM) { in isGVStub()
DSystemZISelDAGToDAG.cpp92 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel()
150 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()

12