Searched refs:MemDepPrinter (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 24 struct MemDepPrinter : public FunctionPass { struct 43 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() function 79 char MemDepPrinter::ID = 0; 80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps", 83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY() 87 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY() 90 const char *const MemDepPrinter::DepTypeStr[] 93 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction() 135 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
|
D | CMakeLists.txt | 52 MemDepPrinter.cpp
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 24 struct MemDepPrinter : public FunctionPass { struct 43 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() argument 79 char MemDepPrinter::ID = 0; 80 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps", 83 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY() 87 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY() 90 const char *const MemDepPrinter::DepTypeStr[] 93 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction() 135 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
|
D | CMakeLists.txt | 50 MemDepPrinter.cpp
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 25 struct MemDepPrinter : public FunctionPass { struct 44 MemDepPrinter() : FunctionPass(ID) { in MemDepPrinter() function 80 char MemDepPrinter::ID = 0; 81 INITIALIZE_PASS_BEGIN(MemDepPrinter, "print-memdeps", 84 INITIALIZE_PASS_END(MemDepPrinter, "print-memdeps", in INITIALIZE_PASS_DEPENDENCY() 88 return new MemDepPrinter(); in INITIALIZE_PASS_DEPENDENCY() 91 const char* MemDepPrinter::DepTypeStr[] 94 bool MemDepPrinter::runOnFunction(Function &F) { in runOnFunction() 160 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 61 llvm/lib/Analysis/MemDepPrinter.cpp \
|
D | BUILD.gn | 162 "llvm/lib/Analysis/MemDepPrinter.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 727 ${LLVM_DIR}/lib/Analysis/MemDepPrinter.cpp
|