Home
last modified time | relevance | path

Searched refs:dumpr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h174 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();
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp662 void SDNode::dumpr() const { in dumpr() function in SDNode
667 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h634 void dumpr() const;
644 void dumpr(const SelectionDAG *G) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6626 void SDNode::dumpr() const { in dumpr() function in SDNode
6631 void SDNode::dumpr(const SelectionDAG *G) const { in dumpr() function in SDNode
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2765 Op.getNode()->dumpr(&DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2660 DEBUG(Extract->dumpr(CurDAG)); in Select()