Searched refs:dumpr (Results 1 – 3 of 3) sorted by relevance
608 void SDNode::dumpr() const { in dumpr() function in SDNode613 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
173 inline void dumpr() const;674 void dumpr() const;684 void dumpr(const SelectionDAG *G) const;907 inline void SDValue::dumpr() const {908 return Node->dumpr();
2185 DEBUG(Extract->dumpr(CurDAG)); in Select()