Lines Matching refs:SDNode

42       return ((const SDNode *) Node)->getNumValues();  in numEdgeDestLabels()
46 return ((const SDNode *) Node)->getValueType(i).getEVTString(); in getEdgeDestLabel()
51 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
67 SDNode *TargetNode = *I; in getEdgeTarget()
81 static std::string getNodeIdentifierLabel(const SDNode *Node, in getNodeIdentifierLabel()
108 static std::string getSimpleNodeLabel(const SDNode *Node, in getSimpleNodeLabel()
117 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
118 static std::string getNodeAttributes(const SDNode *N, in getNodeAttributes()
142 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node, in getNodeLabel()
182 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) { in setGraphAttrs()
194 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const { in getGraphAttrs()
196 std::map<const SDNode *, std::string>::const_iterator I = in getGraphAttrs()
212 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
224 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
256 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
258 DenseSet<SDNode *> visited; in setSubgraphColor()
280 SmallVector<SDNode *, 4> GluedNodes; in getGraphNodeLabel()
281 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode()) in getGraphNodeLabel()
300 const SDNode *N = DAG->getRoot().getNode(); in getCustomGraphFeatures()