Searched refs:printrWithDepth (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 693 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode 700 printrWithDepth(OS, G, 10); in printrFull() 704 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 730 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1103 N->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine() 1105 Val.getNode()->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine()
|