/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 | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
D | SystemZTargetTransformInfo.h | 31 explicit SystemZTTIImpl(const SystemZTargetMachine *TM, const Function &F) in SystemZTTIImpl()
|
D | CMakeLists.txt | 31 SystemZTargetMachine.cpp
|
D | SystemZLongBranch.cpp | 133 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/ |
D | SystemZTargetMachine.cpp | 34 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()
|
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);
|
D | SystemZTargetMachine.h | 28 class SystemZTargetMachine : public LLVMTargetMachine { 33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 37 ~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 | SystemZFrameLowering.h | 17 class SystemZTargetMachine; variable
|
D | CMakeLists.txt | 35 SystemZTargetMachine.cpp
|
D | SystemZLongBranch.cpp | 138 SystemZLongBranch(const SystemZTargetMachine &tm) in SystemZLongBranch() 470 FunctionPass *llvm::createSystemZLongBranchPass(SystemZTargetMachine &TM) { in createSystemZLongBranchPass()
|
/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 | SystemZISelLowering.h | 54 class SystemZTargetMachine; variable 58 explicit SystemZTargetLowering(SystemZTargetMachine &TM); 140 const SystemZTargetMachine &TM;
|
D | SystemZTargetMachine.h | 32 class SystemZTargetMachine : public LLVMTargetMachine { 40 SystemZTargetMachine(const Target &T, StringRef TT,
|
D | SystemZSelectionDAGInfo.cpp | 18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo()
|