/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 73 void printIR(const Module *M, StringRef Banner, StringRef Extra = StringRef()) { in printIR() 77 void printIR(const Function *F, StringRef Banner, in printIR() 83 void printIR(const LazyCallGraph::SCC *C, StringRef Banner, in printIR() 97 void printIR(const Loop *L, StringRef Banner) { in printIR() 106 void unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) { in unwrapAndPrint() 181 SmallString<20> Banner = formatv("*** IR Dump Before {0} ***", PassID); in printBeforePass() local 196 SmallString<20> Banner = formatv("*** IR Dump After {0} ***", PassID); in printAfterPass() local 216 SmallString<20> Banner = in printAfterPassInvalidated() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass() 51 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass() 73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() 96 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper() 123 const std::string &Banner, in createPrintModulePass() 129 const std::string &Banner) { in createPrintFunctionPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRPrintingPasses.h | 76 std::string Banner; variable 95 std::string Banner; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunctionPrinterPass.cpp | 32 const std::string Banner; member 67 const std::string &Banner){ in createMachineFunctionPrinterPass()
|
D | TargetPassConfig.cpp | 533 std::string Banner; in addPass() local 589 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify() 594 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass() 599 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
|
D | MachineVerifier.cpp | 93 const char *Banner; member 298 const std::string Banner; member 325 FunctionPass *llvm::createMachineVerifierPass(const std::string &Banner) { in createMachineVerifierPass() 329 bool MachineFunction::verify(Pass *p, const char *Banner, bool AbortOnErrors) in verify() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | InitLLVM.cpp | 42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | circular_raw_ostream.h | 69 const char *Banner; variable
|
D | Error.h | 942 : Banner(std::move(Banner)), in Banner() argument 946 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner() 979 std::string Banner; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | circular_raw_ostream.h | 68 const char *Banner; variable
|
D | Error.h | 1305 : Banner(std::move(Banner)), in Banner() function 1309 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner() 1342 std::string Banner; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPassManager.cpp | 97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 38 std::string Banner; member in __anonfa93716b0111::PrintLoopPassWrapper 43 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()
|
D | RegionPass.cpp | 183 std::string Banner; member in __anon5ccea4d50111::PrintRegionPass
|
D | CallGraphSCCPass.cpp | 620 std::string Banner; member in __anon83377f380211::PrintCallGraphPass
|
D | LoopInfo.cpp | 937 void llvm::printLoop(Loop &L, raw_ostream &OS, const std::string &Banner) { in printLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 57 StringRef Banner) { in applyDebugifyMetadata() 204 StringRef NameOfWrappedPass, StringRef Banner, in checkDebugifyMetadata()
|