Home
last modified time | relevance | path

Searched defs:Banner (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/lib/IR/
DIRPrintingPasses.cpp24 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
42 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
81 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
98 std::string Banner; member in __anone1954f910111::PrintBasicBlockPass
103 PrintBasicBlockPass(raw_ostream &Out, const std::string &Banner) in PrintBasicBlockPass()
129 const std::string &Banner, in createPrintModulePass()
135 const std::string &Banner) { in createPrintFunctionPass()
140 const std::string &Banner) { in createPrintBasicBlockPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DStandardInstrumentations.cpp73 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp24 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()
/external/llvm-project/llvm/lib/IR/
DIRPrintingPasses.cpp26 PrintModulePass::PrintModulePass(raw_ostream &OS, const std::string &Banner, in PrintModulePass()
53 PrintFunctionPass::PrintFunctionPass(raw_ostream &OS, const std::string &Banner) in PrintFunctionPass()
75 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper()
98 PrintFunctionPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintFunctionPassWrapper()
125 const std::string &Banner, in createPrintModulePass()
131 const std::string &Banner) { in createPrintFunctionPass()
/external/llvm-project/llvm/include/llvm/IR/
DIRPrintingPasses.h54 std::string Banner; variable
72 std::string Banner; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRPrintingPasses.h76 std::string Banner; variable
95 std::string Banner; variable
/external/llvm/include/llvm/IR/
DIRPrintingPasses.h63 std::string Banner; variable
82 std::string Banner; variable
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp133 void printIR(raw_ostream &OS, const Function *F, StringRef Banner, in printIR()
145 void printIR(raw_ostream &OS, const Module *M, StringRef Banner, in printIR()
163 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C, StringRef Banner, in printIR()
183 void printIR(raw_ostream &OS, const Loop *L, StringRef Banner, in printIR()
198 void unwrapAndPrint(raw_ostream &OS, Any IR, StringRef Banner, in unwrapAndPrint()
392 SmallString<20> Banner = in handleFiltered() local
414 SmallString<20> Banner = formatv("*** IR Dump After {0} ***", PassID); in generateIRRepresentation() local
426 StringRef Banner = in handleAfter() local
490 SmallString<20> Banner = formatv("*** IR Dump Before {0} ***", PassID); in printBeforePass() local
505 SmallString<20> Banner = formatv("*** IR Dump After {0} ***", PassID); in printAfterPass() local
[all …]
/external/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp31 const std::string Banner; member
65 const std::string &Banner){ in createMachineFunctionPrinterPass()
DTargetPassConfig.cpp351 std::string Banner; in addPass() local
405 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
410 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
415 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 const std::string &Banner){ in createMachineFunctionPrinterPass()
DTargetPassConfig.cpp533 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()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunctionPrinterPass.cpp32 const std::string Banner; member
67 const std::string &Banner){ in createMachineFunctionPrinterPass()
DTargetPassConfig.cpp549 std::string Banner; in addPass() local
600 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify()
605 void TargetPassConfig::addPrintPass(const std::string &Banner) { in addPrintPass()
610 void TargetPassConfig::addVerifyPass(const std::string &Banner) { in addVerifyPass()
633 void TargetPassConfig::addMachinePostPasses(const std::string &Banner, in addMachinePostPasses()
DMachinePassManager.cpp47 std::string Banner = std::string("After ") + std::string(PassID); in run() local
/external/llvm-project/llvm/lib/Support/
DInitLLVM.cpp42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DInitLLVM.cpp42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() local
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h69 const char *Banner; variable
DError.h902 : Banner(std::move(Banner)), in Banner() function
906 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
939 std::string Banner; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dcircular_raw_ostream.h69 const char *Banner; variable
DError.h942 : Banner(std::move(Banner)), in Banner() function
946 void setBanner(std::string Banner) { this->Banner = std::move(Banner); } in setBanner()
979 std::string Banner; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dcircular_raw_ostream.h68 const char *Banner; variable
/external/llvm-project/llvm/include/llvm/Support/
Dcircular_raw_ostream.h68 const char *Banner; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp97 PrintLoopPass::PrintLoopPass(raw_ostream &OS, const std::string &Banner) in PrintLoopPass()
/external/llvm-project/llvm/lib/Analysis/
DLoopPass.cpp39 std::string Banner; member in __anon00fc77e40111::PrintLoopPassWrapper
44 PrintLoopPassWrapper(raw_ostream &OS, const std::string &Banner) in PrintLoopPassWrapper()

12