/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-printer.h | 50 class PrintNode { class 52 PrintNode(MaglevGraphLabeller* graph_labeller, const NodeBase* node) in PrintNode() function in v8::internal::maglev::PrintNode 62 std::ostream& operator<<(std::ostream& os, const PrintNode& printer);
|
H A D | maglev-graph-printer.cc | 423 os_ << PrintNode(graph_labeller, node) << "\n"; in Process() 478 os_ << PrintNode(graph_labeller, control_node) << "\n"; in Process() 526 void PrintNode::Print(std::ostream& os) const { in Print() 530 std::ostream& operator<<(std::ostream& os, const PrintNode& printer) { in operator <<()
|
H A D | maglev-code-generator.cc | 105 << PrintNode(graph_labeller(), node); in Process()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 20 void PrintNode(const char* label, RegExpNode* node); 31 void DotPrinterImpl::PrintNode(const char* label, RegExpNode* node) { in PrintNode() function in v8::internal::DotPrinterImpl 247 printer.PrintNode(label, node); in DotPrint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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()
|
H A D | HexagonRDFOpt.cpp | 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
H A 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 <<()
|
H A D | RDFGraph.h | 936 struct PrintNode : Print<NodeAddr<T>> { struct 937 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
|
H A D | HexagonOptAddrMode.cpp | 222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.cc | 297 for (Node* const node : all.reachable) PrintNode(node, live.IsLive(node)); in Print() 306 void JSONGraphWriter::PrintNode(Node* node, bool is_live) { in PrintNode() function in v8::internal::compiler::JSONGraphWriter 429 void PrintNode(Node* n); 522 void GraphC1Visualizer::PrintNode(Node* n) { in PrintNode() function in v8::internal::compiler::GraphC1Visualizer 651 PrintNode(node); in PrintSchedule() 674 PrintNode(current->control_input()); in PrintSchedule()
|
H A D | node.cc | 346 void PrintNode(const Node* node, std::ostream& os, int depth, in PrintNode() function 359 PrintNode(input, os, depth - 1, indentation + 1); in PrintNode() 365 PrintNode(this, os, depth); in Print()
|
H A D | graph-visualizer.h | 113 void PrintNode(Node* node, bool is_live);
|