Searched refs:printrWithDepth (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 1025 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode 1032 printrWithDepth(OS, G, 10); in printrFull() 1038 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 1007 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 1058 N->printrWithDepth(dbgs(), &DAG); dbgs() << "\n=> \n"; in PerformDAGCombine() 1059 Val.getNode()->printrWithDepth(dbgs(), &DAG); dbgs() << "\n"); in PerformDAGCombine()
|