Home
last modified time | relevance | path

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/
DDOTGraphTraits.h150 template<typename GraphType, typename GraphWriter>
151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
DGraphWriter.h66 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/
DRegionPrinter.cpp102 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/
DSelectionDAGPrinter.cpp132 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures()
295 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
DScheduleDAGSDNodes.h133 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp70 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h34 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/
DCMakeLists.txt100 GraphWriter.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp593 "llvm/lib/Support/GraphWriter.cpp",
DBUILD.gn882 "llvm/lib/Support/GraphWriter.cpp",
DCMakeLists.txt595 ${LLVM_DIR}/lib/Support/GraphWriter.cpp