Lines Matching refs:SDNode
44 return ((const SDNode *) Node)->getNumValues(); in numEdgeDestLabels()
48 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
53 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
69 SDNode *TargetNode = *I; in getEdgeTarget()
83 static std::string getNodeIdentifierLabel(const SDNode *Node, in getNodeIdentifierLabel()
110 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel()
119 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
120 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes()
144 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
184 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
196 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const { in getGraphAttrs()
198 std::map<const SDNode *, std::string>::const_iterator I = in getGraphAttrs()
214 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
226 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
258 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
260 DenseSet<SDNode *> visited; in setSubgraphColor()
282 SmallVector<SDNode *, 4> GluedNodes; in getGraphNodeLabel()
283 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) in getGraphNodeLabel()
302 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()