Searched refs:GraphWriter (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 150 template<typename GraphType, typename GraphWriter> 151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
|
D | GraphWriter.h | 66 class GraphWriter { 110 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function 313 GraphWriter<GraphType> W(O, G, ShortNames);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 102 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster() 135 GraphWriter<RegionInfo *> &GW) { in addCustomGraphFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 132 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures() 295 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
|
D | ScheduleDAGSDNodes.h | 133 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 70 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 34 template<class Graph> class GraphWriter; variable 601 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CMakeLists.txt | 100 GraphWriter.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 593 "llvm/lib/Support/GraphWriter.cpp",
|
D | BUILD.gn | 882 "llvm/lib/Support/GraphWriter.cpp",
|
D | CMakeLists.txt | 595 ${LLVM_DIR}/lib/Support/GraphWriter.cpp
|