/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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget() 146 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine 162 SystemZTargetMachine::~SystemZTargetMachine() = default; 169 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig() 172 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine() 173 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine() 274 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 279 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
|
D | SystemZ.h | 21 class SystemZTargetMachine; variable 190 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, 192 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM); 193 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM); 194 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM); 195 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM); 196 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
|
D | SystemZTargetMachine.h | 27 class SystemZTargetMachine : public LLVMTargetMachine { 32 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 36 ~SystemZTargetMachine() override;
|
D | SystemZLDCleanup.cpp | 32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
D | SystemZShortenInst.cpp | 29 SystemZShortenInst(const SystemZTargetMachine &tm); 58 FunctionPass *llvm::createSystemZShortenInstPass(SystemZTargetMachine &TM) { in createSystemZShortenInstPass() 62 SystemZShortenInst::SystemZShortenInst(const SystemZTargetMachine &tm) in SystemZShortenInst()
|
D | SystemZFrameLowering.h | 16 class SystemZTargetMachine; variable
|
D | CMakeLists.txt | 35 SystemZTargetMachine.cpp
|
D | SystemZSelectionDAGInfo.h | 20 class SystemZTargetMachine; variable
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 34 RegisterTargetMachine<SystemZTargetMachine> X(getTheSystemZTarget()); in LLVMInitializeSystemZTarget() 152 SystemZTargetMachine::SystemZTargetMachine(const Target &T, const Triple &TT, in SystemZTargetMachine() function in SystemZTargetMachine 167 SystemZTargetMachine::~SystemZTargetMachine() = default; 170 SystemZTargetMachine::getSubtargetImpl(const Function &F) const { in getSubtargetImpl() 206 SystemZPassConfig(SystemZTargetMachine &TM, PassManagerBase &PM) in SystemZPassConfig() 209 SystemZTargetMachine &getSystemZTargetMachine() const { in getSystemZTargetMachine() 210 return getTM<SystemZTargetMachine>(); in getSystemZTargetMachine() 316 TargetPassConfig *SystemZTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 321 SystemZTargetMachine::getTargetTransformInfo(const Function &F) { in getTargetTransformInfo()
|
D | SystemZ.h | 21 class SystemZTargetMachine; variable 190 FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM, 192 FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM); 193 FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM); 194 FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM); 195 FunctionPass *createSystemZLDCleanupPass(SystemZTargetMachine &TM); 196 FunctionPass *createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM); 197 FunctionPass *createSystemZPostRewritePass(SystemZTargetMachine &TM);
|
D | SystemZTargetMachine.h | 27 class SystemZTargetMachine : public LLVMTargetMachine { 33 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, 37 ~SystemZTargetMachine() override;
|
D | SystemZLDCleanup.cpp | 32 SystemZLDCleanup(const SystemZTargetMachine &tm) in SystemZLDCleanup() 55 FunctionPass *llvm::createSystemZLDCleanupPass(SystemZTargetMachine &TM) { in createSystemZLDCleanupPass()
|
D | SystemZShortenInst.cpp | 29 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 | 38 SystemZTargetMachine.cpp
|
D | SystemZCopyPhysRegs.cpp | 64 FunctionPass *llvm::createSystemZCopyPhysRegsPass(SystemZTargetMachine &TM) { in createSystemZCopyPhysRegsPass()
|