Searched refs:GraphWriter (Results 1 – 19 of 19) sorted by relevance
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 67 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class 72 …GraphWriter<S> x; //expected-error{{no template named 'GraphWriter'; did you mean 'llvm::GraphWrit… in bar() 73 …(void)new llvm::GraphWriter; // expected-error {{use of class template 'llvm::GraphWriter' require… in bar()
|
/external/llvm/include/llvm/Support/ |
D | DOTGraphTraits.h | 151 template<typename GraphType, typename GraphWriter> 152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures()
|
D | GraphWriter.h | 56 class GraphWriter { 95 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function 315 GraphWriter<GraphType> W(O, G, ShortNames);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DOTGraphTraits.h | 145 template<typename GraphType, typename GraphWriter> 146 static void addCustomGraphFeatures(const GraphType& Graph, GraphWriter &GW) {} in addCustomGraphFeatures()
|
D | GraphWriter.h | 52 class GraphWriter { 91 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function 301 GraphWriter<GraphType> W(O, G, ShortNames);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | RegionPrinter.cpp | 101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW, in printRegionCluster() 137 GraphWriter<RegionInfo*> &GW) { in addCustomGraphFeatures()
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 102 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster() 135 GraphWriter<RegionInfo *> &GW) { in addCustomGraphFeatures()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 130 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures() 293 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
|
D | ScheduleDAGSDNodes.h | 117 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 135 GraphWriter<SelectionDAG*> &GW) { in addCustomGraphFeatures() 298 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const { in getCustomGraphFeatures()
|
D | ScheduleDAGSDNodes.h | 123 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 71 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 73 GraphWriter<ScheduleDAG*> &GW) { in addCustomGraphFeatures()
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 58 GraphWriter.cpp
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 40 template<class Graph> class GraphWriter; variable 537 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 41 template<class Graph> class GraphWriter; variable 624 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 238 lib/Support/GraphWriter.cpp \
|
D | BUILD.gn | 298 "lib/Support/GraphWriter.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 409 ${LLVM_DIR}/lib/Support/GraphWriter.cpp
|