Searched refs:dumpr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp602 void SDNode::dumpr() const { function in class:SDNode
607 void SDNode::dumpr(const SelectionDAG *G) const { function in class:SDNode
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h187 inline void dumpr() const;
699 /// dumpr - Dump (recursively) this node and its use-def subgraph.
700 void dumpr() const;
707 /// dumpr - Dump (recursively) this node and its use-def subgraph.
710 void dumpr(const SelectionDAG *G) const;
714 /// Unlike dumpr, this will print the whole DAG, including children
721 /// human-readable form. Unlike dumpr, this will print children
919 inline void SDValue::dumpr() const { function in class:llvm::SDValue
920 return Node->dumpr();
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2126 DEBUG(Extract->dumpr(CurDAG));

Completed in 793 milliseconds