Home
last modified time | relevance | path

Searched refs:SystemZTargetMachine (Results 1 – 25 of 40) 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()
DSystemZFrameLowering.h17 class SystemZTargetMachine; variable
DSystemZTargetTransformInfo.h31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
DCMakeLists.txt31 SystemZTargetMachine.cpp
DSystemZLongBranch.cpp133 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
172 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget()
140 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine
155 SystemZTargetMachine::~SystemZTargetMachine() = default;
162 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig()
165 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine()
166 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine()
256 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
261 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
DSystemZ.h22 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);
DSystemZTargetMachine.h28 class SystemZTargetMachine : public LLVMTargetMachine {
33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
37 ~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()
DSystemZFrameLowering.h17 class SystemZTargetMachine; variable
DCMakeLists.txt35 SystemZTargetMachine.cpp
DSystemZLongBranch.cpp138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch()
470 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
/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);
DSystemZISelLowering.h54 class SystemZTargetMachine; variable
58 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
140 const SystemZTargetMachine &TM;
DSystemZTargetMachine.h32 class SystemZTargetMachine : public LLVMTargetMachine {
40 SystemZTargetMachine(const Target &T, StringRef TT,
DSystemZSelectionDAGInfo.cpp18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo()

12