/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GraphWriter.h | 297 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 310 sys::Path WriteGraph(const GraphType &G, const std::string &Name, 330 llvm::WriteGraph(O, G, ShortNames, Title); 347 sys::Path Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/swiftshader/third_party/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/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-7.0/llvm/include/llvm/Support/ |
D | GraphWriter.h | 309 raw_ostream &WriteGraph(raw_ostream &O, const GraphType &G, 324 std::string WriteGraph(const GraphType &G, const Twine &Name, 338 llvm::WriteGraph(O, G, ShortNames, Title); 351 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/clang/lib/AST/ |
D | InheritViz.cpp | 44 void WriteGraph(QualType Type) { in WriteGraph() function in __anond45fee280111::InheritanceHierarchyWriter 153 Writer.WriteGraph(Self); in viewInheritance()
|
/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/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-7.0/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/include/llvm/CodeGen/ |
D | EdgeBundles.h | 62 raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_interface.h | 53 virtual Status WriteGraph(int64 global_step,
|
D | summary_kernels.cc | 306 OP_REQUIRES_OK(ctx, s->WriteGraph(step, std::move(graph))); in Compute()
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
D | GraphPrinters.cpp | 34 WriteGraph(F.os(), GT); in WriteGraphToFile()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 70 WriteGraph(File, Graph, Simple, Title); in runOnFunction()
|
/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-7.0/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | EdgeBundles.cpp | 78 raw_ostream &llvm::WriteGraph(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function in llvm
|
/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-7.0/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 100 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::__anonf5c561500111::SummaryFileWriter
|
D | summary_db_writer_test.cc | 271 TEST_F(SummaryDbWriterTest, WriteGraph) { in TEST_F() argument
|
D | summary_db_writer.cc | 933 Status WriteGraph(int64 global_step, std::unique_ptr<GraphDef> g) override { in WriteGraph() function in tensorflow::__anon3d888a760111::SummaryDbWriter
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 435 WriteGraph(fd_cfg, (const Function*)f); in DumpToFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1505 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()
|