Home
last modified time | relevance | path

Searched refs:getGraphNodeLabel (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp78 return G->getGraphNodeLabel(SU); in getNodeLabel()
DScheduleDAGInstrs.cpp1178 std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGInstrs
DMachineScheduler.cpp3726 return G->getGraphNodeLabel(SU); in getNodeDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h129 std::string getGraphNodeLabel(const SUnit *SU) const override;
DSelectionDAGPrinter.cpp274 std::string ScheduleDAGSDNodes::getGraphNodeLabel(const SUnit *SU) const { in getGraphNodeLabel() function in ScheduleDAGSDNodes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h339 std::string getGraphNodeLabel(const SUnit *SU) const override;
DScheduleDAG.h595 virtual std::string getGraphNodeLabel(const SUnit *SU) const = 0;