Searched refs:DumpNodes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 582 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() function 587 DumpNodes(Op.getNode(), indent+2, G); in DumpNodes() 602 DumpNodes(N, 2, this); in dump() 605 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this); in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 696 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() function 701 DumpNodes(Op.getNode(), indent+2, G); in DumpNodes() 716 DumpNodes(N, 2, this); in dump() 719 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this); in dump()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6394 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes() function 6397 DumpNodes(N->getOperand(i).getNode(), indent+2, G); in DumpNodes() 6576 DumpNodes(N, 2, this); in dump() 6579 if (getRoot().getNode()) DumpNodes(getRoot().getNode(), 2, this); in dump()
|