Home
last modified time | relevance | path

Searched refs:VisitNode (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp43 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 DAArch64CleanupLocalDynamicTLSPass.cpp54 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 Dcontrol-flow-optimizer.cc42 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 Dbranch-condition-duplicator.cc85 void BranchConditionDuplicator::VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::BranchConditionDuplicator
98 VisitNode(node); in ProcessGraph()
H A Dbranch-condition-duplicator.h72 void VisitNode(Node* node);
H A Dcontrol-flow-optimizer.h37 void VisitNode(Node* node);
H A Dmemory-optimizer.h52 void VisitNode(Node*, AllocationState const*);
H A Dsimplified-lowering-verifier.h26 void VisitNode(Node* node, OperationTyper& op_typer);
H A Dloop-variable-optimizer.h101 void VisitNode(Node* node);
H A Dloop-variable-optimizer.cc57 VisitNode(node); in Run()
120 void LoopVariableOptimizer::VisitNode(Node* node) { in VisitNode() function in v8::internal::compiler::LoopVariableOptimizer
H A Dmemory-optimizer.cc201 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 Dsimplified-lowering-verifier.cc99 void SimplifiedLoweringVerifier::VisitNode(Node* node, in VisitNode() function in v8::internal::compiler::SimplifiedLoweringVerifier
H A Dscheduler.cc1414 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 Dsimplified-lowering.cc637 // 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 Dsource-range-ast-visitor.h39 bool VisitNode(AstNode* node);
H A Dsource-range-ast-visitor.cc54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) { in VisitNode() function in v8::internal::SourceRangeAstVisitor
H A Dast-traversal-visitor.h21 // 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 Dinstruction-selector.h590 void VisitNode(Node* node);
H A Dinstruction-selector.cc1230 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 DX86InstrInfo.cpp7928 return VisitNode(DT->getRootNode(), 0);
7936 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
7960 Changed |= VisitNode(*I, TLSBaseAddrReg); in VisitNode()

Completed in 34 milliseconds