Searched refs:dumpr (Results 1 – 12 of 12) sorted by relevance
195 inline void dumpr() const;196 inline void dumpr(const SelectionDAG *G) const;1010 void dumpr() const;1020 void dumpr(const SelectionDAG *G) const;1165 inline void SDValue::dumpr() const {1166 return Node->dumpr();1169 inline void SDValue::dumpr(const SelectionDAG *G) const {1170 return Node->dumpr(G);
174 inline void dumpr() const;775 void dumpr() const;785 void dumpr(const SelectionDAG *G) const;910 inline void SDValue::dumpr() const {911 return Node->dumpr();
662 void SDNode::dumpr() const { in dumpr() function in SDNode667 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
779 LLVM_DUMP_METHOD void SDNode::dumpr() const { in dumpr() function in SDNode784 LLVM_DUMP_METHOD void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
634 void dumpr() const;644 void dumpr(const SelectionDAG *G) const;
746 InpNode->dumpr(&G); in print()1027 OutN->dumpr(&DAG); in materialize()1997 SN->dumpr(&DAG); in selectShuffle()
1506 Op.dumpr(&DAG); in LowerHvxOperation()
2792 Op.getNode()->dumpr(&DAG); in LowerOperation()
6626 void SDNode::dumpr() const { in dumpr() function in SDNode6631 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
2765 Op.getNode()->dumpr(&DAG); in LowerOperation()
2871 LLVM_DEBUG(Extract->dumpr(CurDAG)); in Select()
2660 DEBUG(Extract->dumpr(CurDAG)); in Select()