Lines Matching refs:SDNode
41 return ((const SDNode *) Node)->getNumValues(); in numEdgeDestLabels()
45 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
50 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
66 SDNode *TargetNode = *I; in getEdgeTarget()
80 static std::string getNodeIdentifierLabel(const SDNode *Node, in getNodeIdentifierLabel()
107 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel()
116 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
117 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes()
141 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
195 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
207 std::string SelectionDAG::getGraphAttrs(const SDNode *N) const { in getGraphAttrs()
209 std::map<const SDNode *, std::string>::const_iterator I = in getGraphAttrs()
225 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
237 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
269 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
271 DenseSet<SDNode *> visited; in setSubgraphColor()
293 SmallVector<SDNode *, 4> GluedNodes; in getGraphNodeLabel()
294 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) in getGraphNodeLabel()
313 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()