Home
last modified time | relevance | path

Searched refs:addCustomGraphFeatures (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp72 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
74 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp64 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
66 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp69 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures() function
71 return G->addCustomGraphFeatures(GW); in addCustomGraphFeatures()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DDOTGraphTraits.h157 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
DGraphWriter.h133 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/llvm/include/llvm/Support/
DDOTGraphTraits.h152 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
DGraphWriter.h107 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDOTGraphTraits.h151 static void addCustomGraphFeatures(const GraphType &, GraphWriter &) {} in addCustomGraphFeatures() function
DGraphWriter.h122 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DRegionPrinter.cpp122 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/external/llvm/lib/Analysis/
DRegionPrinter.cpp134 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPrinter.cpp134 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp134 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp131 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp127 static void addCustomGraphFeatures(SelectionDAG *G, in addCustomGraphFeatures() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h600 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h601 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {} in addCustomGraphFeatures() function
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h624 virtual void addCustomGraphFeatures(GraphWriter<ScheduleDAG*> &) const {}