Home
last modified time | relevance | path

Searched refs:WriteGraph (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h297 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/
DCFGPrinter.cpp87 WriteGraph(File, (const Function*)&F); in runOnFunction()
121 WriteGraph(File, (const Function*)&F, true); in runOnFunction()
/external/llvm/include/llvm/Support/
DGraphWriter.h311 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/
DGraphWriter.h309 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/
DInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph() function in __anond45fee280111::InheritanceHierarchyWriter
153 Writer.WriteGraph(Self); in viewInheritance()
/external/llvm/lib/Analysis/
DCFGPrinter.cpp87 WriteGraph(File, (const Function*)&F); in runOnFunction()
121 WriteGraph(File, (const Function*)&F, true); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h108 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/
DDOTGraphTraitsPass.h108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DEdgeBundles.h62 raw_ostream &WriteGraph(raw_ostream &O, const EdgeBundles &G,
/external/tensorflow/tensorflow/core/kernels/
Dsummary_interface.h53 virtual Status WriteGraph(int64 global_step,
Dsummary_kernels.cc306 OP_REQUIRES_OK(ctx, s->WriteGraph(step, std::move(graph))); in Compute()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp34 WriteGraph(F.os(), GT); in WriteGraphToFile()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h70 WriteGraph(File, Graph, Simple, Title); in runOnFunction()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp73 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEdgeBundles.cpp75 raw_ostream &WriteGraph<>(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DEdgeBundles.cpp78 raw_ostream &llvm::WriteGraph(raw_ostream &O, const EdgeBundles &G, in WriteGraph() function in llvm
/external/libchrome/base/metrics/
Dstatistics_recorder.cc148 void StatisticsRecorder::WriteGraph(const std::string& query, in WriteGraph() function in base::StatisticsRecorder
409 WriteGraph("", &output); in InitLogOnShutdownWhileLocked()
Dstatistics_recorder.h103 static void WriteGraph(const std::string& query, std::string* output);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFGPrinter.cpp100 WriteGraph(File, (const Function*)&F, CFGOnly); in writeCFGToDotFile()
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer.cc132 Status WriteGraph(int64 global_step, in WriteGraph() function in tensorflow::__anonf5c561500111::SummaryFileWriter
Dsummary_db_writer_test.cc271 TEST_F(SummaryDbWriterTest, WriteGraph) { in TEST_F() argument
Dsummary_db_writer.cc933 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/
DJitManager.cpp435 WriteGraph(fd_cfg, (const Function*)f); in DumpToFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1505 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName()); in annotateAllFunctions()