Home
last modified time | relevance | path

Searched refs:isFunctionInPrintList (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/IRPrinter/
DIRPrintingPasses.cpp34 if (llvm::isFunctionInPrintList("*")) { in run()
41 if (llvm::isFunctionInPrintList(F.getName())) { in run()
69 if (isFunctionInPrintList(F.getName())) { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DStandardInstrumentations.cpp40 if (!llvm::isFunctionInPrintList(F->getName())) in unwrapModule()
50 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in unwrapModule()
61 if (!isFunctionInPrintList(F->getName())) in unwrapModule()
79 if (!llvm::isFunctionInPrintList(F->getName())) in printIR()
88 if (!F.isDeclaration() && llvm::isFunctionInPrintList(F.getName())) { in printIR()
99 if (!llvm::isFunctionInPrintList(F->getName())) in printIR()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIRPrintingPasses.cpp42 if (llvm::isFunctionInPrintList("*")) { in runOnModule()
49 if (llvm::isFunctionInPrintList(F.getName())) { in runOnModule()
80 if (isFunctionInPrintList(F.getName())) { in runOnFunction()
DPrintPasses.cpp152 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp30 if (llvm::isFunctionInPrintList("*")) { in run()
38 if (llvm::isFunctionInPrintList(F.getName())) { in run()
56 if (isFunctionInPrintList(F.getName())) { in run()
DLegacyPassManager.cpp132 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/external/llvm/lib/IR/
DIRPrintingPasses.cpp31 if (llvm::isFunctionInPrintList("*")) in run()
35 if (llvm::isFunctionInPrintList(F.getName())) in run()
47 if (isFunctionInPrintList(F.getName())) in run()
DLegacyPassManager.cpp120 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList() function in llvm
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DStandardInstrumentations.cpp130 if (!Force && !isFunctionInPrintList((*F)->getName())) in unwrapModule()
139 if (Force || (!F.isDeclaration() && isFunctionInPrintList(F.getName()))) { in unwrapModule()
149 if (!Force && !isFunctionInPrintList(F->getName())) in unwrapModule()
158 if (!isFunctionInPrintList(F->getName())) in printIR()
164 if (isFunctionInPrintList("*") || forcePrintModuleIR()) { in printIR()
176 if (!F.isDeclaration() && isFunctionInPrintList(F.getName())) { in printIR()
184 if (!isFunctionInPrintList(F->getName())) in printIR()
208 return isFunctionInPrintList(F.getName()); in moduleContainsFilterPrintFunc()
210 isFunctionInPrintList("*"); in moduleContainsFilterPrintFunc()
216 return isFunctionInPrintList(N.getName()); in sccContainsFilterPrintFunc()
[all …]
/external/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp45 if (!llvm::isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp47 if (!llvm::isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp47 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
DMachineFunctionPass.cpp85 isFunctionInPrintList(MF.getName()); in runOnFunction()
DStackFrameLayoutAnalysisPass.cpp98 if (!isFunctionInPrintList(MF.getName())) in runOnMachineFunction()
DAssignmentTrackingAnalysis.cpp2413 if (PrintResults && isFunctionInPrintList(F.getName())) in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DPrintPasses.h59 bool isFunctionInPrintList(StringRef FunctionName);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRPrintingPasses.h57 extern bool isFunctionInPrintList(StringRef FunctionName);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp643 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
652 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
659 } else if (isFunctionInPrintList("*")) { in runOnSCC()
DLoopPass.cpp53 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp687 if (isFunctionInPrintList("*") && NeedModule) { in runOnSCC()
696 if (!F->isDeclaration() && isFunctionInPrintList(F->getName())) { in runOnSCC()
703 } else if (isFunctionInPrintList("*")) { in runOnSCC()
DRegionPass.cpp192 if (!isFunctionInPrintList(R->getEntry()->getParent()->getName())) in runOnRegion()
DLoopPass.cpp52 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()
/external/llvm/include/llvm/
DPass.h381 extern bool isFunctionInPrintList(StringRef FunctionName);
/external/llvm/lib/Analysis/
DLoopPass.cpp50 isFunctionInPrintList((*BBI)->getParent()->getName())) { in runOnLoop()
DCallGraphSCCPass.cpp617 if (isFunctionInPrintList(CGN->getFunction()->getName())) in runOnSCC()

12