Lines Matching refs:SDNode
37 return ((const SDNode *) Node)->getNumValues(); in numEdgeDestLabels()
41 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
46 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
62 SDNode *TargetNode = *I; in getEdgeTarget()
76 static std::string getNodeIdentifierLabel(const SDNode *Node, in getNodeIdentifierLabel()
103 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel()
112 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
113 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes()
137 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
191 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
203 std::string SelectionDAG::getGraphAttrs(const SDNode *N) const { in getGraphAttrs()
205 std::map<const SDNode *, std::string>::const_iterator I = in getGraphAttrs()
221 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
233 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
265 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
267 DenseSet<SDNode *> visited; in setSubgraphColor()
289 SmallVector<SDNode *, 4> GluedNodes; in getGraphNodeLabel()
290 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) in getGraphNodeLabel()
309 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()