/external/llvm-project/llvm/include/llvm/Support/ |
D | GraphWriter.h | 309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 328 std::string WriteGraph(const GraphType &G, const Twine &Name, 355 llvm::WriteGraph(O, G, ShortNames, Title); 368 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str()); 379 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 87 WriteGraph(File, (const Function*)&F); in runOnFunction() 121 WriteGraph(File, (const Function*)&F, true); in runOnFunction()
|
/external/llvm-project/clang/lib/AST/ |
D | InheritViz.cpp | 43 void WriteGraph(QualType Type) { in WriteGraph() function in __anonbe34c4340111::InheritanceHierarchyWriter 152 Writer.WriteGraph(Self); in viewInheritance()
|
/external/clang/lib/AST/ |
D | InheritViz.cpp | 44 void WriteGraph(QualType Type) { in WriteGraph() function in __anonff7836860111::InheritanceHierarchyWriter 153 Writer.WriteGraph(Self); in viewInheritance()
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 311 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 326 std::string WriteGraph(const GraphType &G, const Twine &Name, 340 llvm::WriteGraph(O, G, ShortNames, Title); 353 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 328 std::string WriteGraph(const GraphType &G, const Twine &Name, 356 llvm::WriteGraph(O, G, ShortNames, Title); 369 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/llvm-project/mlir/lib/Transforms/ |
D | ViewOpGraph.cpp | 136 llvm::WriteGraph(os, &indexed_block.value(), short_names, in processModule() 160 return llvm::WriteGraph(os, &block, shortNames, title); in writeGraph()
|
D | ViewRegionGraph.cpp | 54 return llvm::WriteGraph(os, ®ion, shortNames, title); in writeGraph()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 105 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction() 167 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction() 170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 107 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction() 169 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_interface.h | 53 virtual Status WriteGraph(int64 global_step,
|
D | summary_kernels.cc | 334 OP_REQUIRES_OK(ctx, s->WriteGraph(step, std::move(graph))); in Compute()
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 76 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
/external/libchrome/base/metrics/ |
D | statistics_recorder.cc | 148 void StatisticsRecorder::WriteGraph(const std::string& query, in WriteGraph() function in base::StatisticsRecorder 409 WriteGraph("", &output); in InitLogOnShutdownWhileLocked()
|
D | statistics_recorder.h | 103 static void WriteGraph(const std::string& query, std::string* output);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 107 WriteGraph(File, (const Function*)&F, CFGOnly); in writeCFGToDotFile()
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_file_writer.cc | 132 Status WriteGraph(int64 global_step, in WriteGraph() function in tensorflow::__anon1ff24e6e0111::SummaryFileWriter
|
D | summary_db_writer_test.cc | 271 TEST_F(SummaryDbWriterTest, WriteGraph) { in TEST_F() argument
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CallPrinter.cpp | 282 WriteGraph(File, &CFGInfo); in runOnModule()
|
D | CFGPrinter.cpp | 74 WriteGraph(File, &CFGInfo, CFGOnly); in writeCFGToDotFile()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 520 WriteGraph(fd_cfg, (const Function*)f); in DumpToFile()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86LoadValueInjectionLoadHardening.cpp | 248 WriteGraph(OS, G, /*ShortNames*/ false, in writeGadgetGraph()
|