Home
last modified time | relevance | path

Searched refs:printrWithDepthHelper (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp672 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function
690 printrWithDepthHelper(OS, Op.getNode(), G, depth-1, indent+2); in printrWithDepthHelper()
696 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp790 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function
808 printrWithDepthHelper(OS, Op.getNode(), G, depth-1, indent+2); in printrWithDepthHelper()
814 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6353 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, in printrWithDepthHelper() function
6371 printrWithDepthHelper(OS, N->getOperand(i).getNode(), G, depth-1, indent+2); in printrWithDepthHelper()
6377 printrWithDepthHelper(OS, this, G, depth, 0); in printrWithDepth()