/external/gemmlowp/profiling/ |
D | profiler.h | 176 void PrintNode(const Node* node, int level) const { in PrintNode() function 184 PrintNode(child, level + 1); in PrintNode() 254 PrintNode(&root_, 0); in Print()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 135 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect() 157 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect() 212 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
|
D | HexagonRDFOpt.cpp | 299 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 306 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFGraph.cpp | 146 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<() 150 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 152 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 193 OS << PrintNode<T>(A, P.G); in operator <<() 222 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<() 225 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<() 264 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<() 274 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
|
D | RDFGraph.h | 853 struct PrintNode : Print<NodeAddr<T>> { struct 854 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 146 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect() 168 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect() 223 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
|
D | HexagonRDFOpt.cpp | 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | HexagonOptAddrMode.cpp | 222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 146 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect() 168 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect() 223 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
|
D | HexagonRDFOpt.cpp | 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
D | RDFGraph.cpp | 162 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<() 166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 168 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 209 OS << PrintNode<T>(A, P.G); in operator <<() 253 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<() 256 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<() 294 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<() 302 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
|
D | RDFGraph.h | 936 struct PrintNode : Print<NodeAddr<T>> { struct 937 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
|
D | HexagonOptAddrMode.cpp | 222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 162 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<() 166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 168 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 209 OS << PrintNode<T>(A, P.G); in operator <<() 253 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<() 256 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<() 294 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<() 302 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 932 struct PrintNode : Print<NodeAddr<T>> { struct 933 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() argument
|