Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h195 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);
/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp779 LLVM_DUMP_METHOD void SDNode::dumpr() const { in dumpr() function in SDNode
784 LLVM_DUMP_METHOD 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-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp746 InpNode->dumpr(&G); in print()
1027 OutN->dumpr(&DAG); in materialize()
1997 SN->dumpr(&DAG); in selectShuffle()
DHexagonISelLoweringHVX.cpp1506 Op.dumpr(&DAG); in LowerHvxOperation()
DHexagonISelLowering.cpp2792 Op.getNode()->dumpr(&DAG); in LowerOperation()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2871 LLVM_DEBUG(Extract->dumpr(CurDAG)); in Select()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2660 DEBUG(Extract->dumpr(CurDAG)); in Select()