/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 23 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()
|
D | SystemZ.h | 22 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);
|
D | SystemZTargetMachine.h | 25 class SystemZTargetMachine : public LLVMTargetMachine { 30 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 34 ~SystemZTargetMachine() override;
|
D | SystemZLDCleanup.cpp | 33 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 56 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
D | SystemZShortenInst.cpp | 30 SystemZShortenInst(const SystemZTargetMachine &tm); 59 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 63 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
D | SystemZTargetTransformInfo.h | 31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
D | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
D | CMakeLists.txt | 31 SystemZTargetMachine.cpp
|
D | SystemZSelectionDAGInfo.h | 21 class SystemZTargetMachine; variable
|
D | SystemZLongBranch.cpp | 133 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 172 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
D | SystemZElimCompare.cpp | 58 SystemZElimCompare(const SystemZTargetMachine &tm) in SystemZElimCompare() 91 FunctionPass *llvm::createSystemZElimComparePass(SystemZTargetMachine &TM) { in createSystemZElimComparePass()
|
D | SystemZInstrInfo.h | 26 class SystemZTargetMachine; variable
|
D | SystemZISelDAGToDAG.cpp | 141 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()
|
D | SystemZISelLowering.h | 356 class SystemZTargetMachine; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 18 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()
|
D | SystemZInstrInfo.h | 27 class SystemZTargetMachine; variable 55 SystemZTargetMachine &TM; 57 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
|
D | SystemZSelectionDAGInfo.h | 21 class SystemZTargetMachine; variable 25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM);
|
D | SystemZ.h | 22 class SystemZTargetMachine; variable 48 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
|
D | SystemZRegisterInfo.h | 29 SystemZTargetMachine &TM; 32 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
|
D | SystemZTargetMachine.h | 32 class SystemZTargetMachine : public LLVMTargetMachine { 40 SystemZTargetMachine(const Target &T, StringRef TT,
|
D | SystemZISelLowering.h | 54 class SystemZTargetMachine; variable 58 explicit SystemZTargetLowering(SystemZTargetMachine &TM); 140 const SystemZTargetMachine &TM;
|
D | SystemZSelectionDAGInfo.cpp | 18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo()
|
D | SystemZRegisterInfo.cpp | 34 SystemZRegisterInfo::SystemZRegisterInfo(SystemZTargetMachine &tm, in SystemZRegisterInfo()
|
D | SystemZInstrInfo.cpp | 32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) in SystemZInstrInfo() 39 static inline bool isGVStub(GlobalValue *GV, SystemZTargetMachine &TM) { in isGVStub()
|
D | SystemZISelDAGToDAG.cpp | 92 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel) in SystemZDAGToDAGISel() 150 FunctionPass *llvm::createSystemZISelDag(SystemZTargetMachine &TM, in createSystemZISelDag()
|