/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 43 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg); 79 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction() 87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup 109 Changed |= VisitNode(*I, TLSBaseAddrReg); in VisitNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 54 return VisitNode(DT->getRootNode(), 0); 62 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function 89 Changed |= VisitNode(N, TLSBaseAddrReg); in VisitNode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-flow-optimizer.cc | 42 VisitNode(node); in Optimize() 57 void ControlFlowOptimizer::VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::ControlFlowOptimizer 69 VisitNode(node); in VisitBranch()
|
H A D | branch-condition-duplicator.cc | 85 void BranchConditionDuplicator::VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::BranchConditionDuplicator 98 VisitNode(node); in ProcessGraph()
|
H A D | branch-condition-duplicator.h | 72 void VisitNode(Node* node);
|
H A D | control-flow-optimizer.h | 37 void VisitNode(Node* node);
|
H A D | memory-optimizer.h | 52 void VisitNode(Node*, AllocationState const*);
|
H A D | simplified-lowering-verifier.h | 26 void VisitNode(Node* node, OperationTyper& op_typer);
|
H A D | loop-variable-optimizer.h | 101 void VisitNode(Node* node);
|
H A D | loop-variable-optimizer.cc | 57 VisitNode(node); in Run() 120 void LoopVariableOptimizer::VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::LoopVariableOptimizer
|
H A D | memory-optimizer.cc | 201 VisitNode(token.node, token.state); in Optimize() 207 void MemoryOptimizer::VisitNode(Node* node, AllocationState const* state) { in VisitNode() function in v8::internal::compiler::MemoryOptimizer
|
H A D | simplified-lowering-verifier.cc | 99 void SimplifiedLoweringVerifier::VisitNode(Node* node, in VisitNode() function in v8::internal::compiler::SimplifiedLoweringVerifier
|
H A D | scheduler.cc | 1414 VisitNode(queue_.front()); in Run() 1422 void VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::ScheduleEarlyNodeVisitor 1547 VisitNode(n); in ProcessQueue() 1555 void VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::ScheduleLateNodeVisitor
|
H A D | simplified-lowering.cc | 637 // machine representation (in VisitNode). Returns true iff updating the 644 VisitNode<RETYPE>(node, info->truncation(), nullptr); in RetypeNode() 649 // Visits the node and marks it as visited. Inside of VisitNode, we might 658 VisitNode<PROPAGATE>(node, info->truncation(), nullptr); in PropagateTruncation() 721 // Reuse {VisitNode()} so the representation rules are in one place. in RunLowerPhase() 726 VisitNode<LOWER>(node, info->truncation(), lowering); in RunLowerPhase() 762 for (Node* node : traversal_nodes_) verifier_->VisitNode(node, op_typer_); in RunVerifyPhase() 2066 void VisitNode(Node* node, Truncation truncation, in VisitNode() function in v8::internal::compiler::RepresentationSelector
|
/third_party/node/deps/v8/src/ast/ |
H A D | source-range-ast-visitor.h | 39 bool VisitNode(AstNode* node);
|
H A D | source-range-ast-visitor.cc | 54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) { in VisitNode() function in v8::internal::SourceRangeAstVisitor
|
H A D | ast-traversal-visitor.h | 21 // It invokes VisitNode on each AST node, before proceeding with its subtrees. 22 // It invokes VisitExpression (after VisitNode) on each AST node that is an 25 // Sub-classes may override VisitNode and VisitExpressions, whose implementation 41 bool VisitNode(AstNode* node) { return true; } in VisitNode() function in v8::internal::AstTraversalVisitor 67 if (!(this->impl()->VisitNode(node))) return; \
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 590 void VisitNode(Node* node);
|
H A D | instruction-selector.cc | 1230 VisitNode(node); in VisitBlock() 1362 void InstructionSelector::VisitNode(Node* node) { in VisitNode() function in v8::internal::InstructionSelector
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 7928 return VisitNode(DT->getRootNode(), 0); 7936 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function 7960 Changed |= VisitNode(*I, TLSBaseAddrReg); in VisitNode()
|