Home
last modified time | relevance | path

Searched refs:PrintNode (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.h50 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 Dmaglev-graph-printer.cc423 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 Dmaglev-code-generator.cc105 << PrintNode(graph_labeller(), node); in Process()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc20 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 DRDFDeadCode.cpp146 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 DHexagonRDFOpt.cpp311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
H A DRDFGraph.cpp162 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 DRDFGraph.h936 struct PrintNode : Print<NodeAddr<T>> { struct
937 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
H A DHexagonOptAddrMode.cpp222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc297 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 Dnode.cc346 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 Dgraph-visualizer.h113 void PrintNode(Node* node, bool is_live);

Completed in 16 milliseconds