Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SDNode

43       return ((const SDNode *) Node)->getNumValues();
47 return ((const SDNode *) Node)->getValueType(i).getEVTString();
52 return itostr(I - SDNodeIterator::begin((const SDNode *) Node));
68 SDNode *TargetNode = *I;
82 static bool hasNodeAddressLabel(const SDNode *Node,
102 static std::string getSimpleNodeLabel(const SDNode *Node,
111 std::string getNodeLabel(const SDNode *Node, const SelectionDAG *Graph);
112 static std::string getNodeAttributes(const SDNode *N,
136 std::string DOTGraphTraits<SelectionDAG*>::getNodeLabel(const SDNode *Node,
176 void SelectionDAG::setGraphAttrs(const SDNode *N, const char *Attrs) {
188 const std::string SelectionDAG::getGraphAttrs(const SDNode *N) const {
190 std::map<const SDNode *, std::string>::const_iterator I =
206 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) {
218 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited,
250 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) {
252 DenseSet<SDNode *> visited;
274 SmallVector<SDNode *, 4> GluedNodes;
275 for (SDNode *N = SU->getNode(); N; N = N->getGluedNode())
294 const SDNode *N = DAG->getRoot().getNode();