Home
last modified time | relevance | path

Searched refs:GetControlInput (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/compiler/
Djs-intrinsic-lowering.cc118 Node* const control = NodeProperties::GetControlInput(node); in ReduceDebugIsActive()
128 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow()
145 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose()
159 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos()
169 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetContext()
179 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode()
195 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
250 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet()
262 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet()
318 Node* control = NodeProperties::GetControlInput(node); in ReduceGetSuperConstructor()
[all …]
Dtail-call-optimization.cc27 Node* const control = NodeProperties::GetControlInput(node); in Reduce()
68 DCHECK_EQ(call, NodeProperties::GetControlInput(control, 0)); in Reduce()
71 node->ReplaceInput(1, NodeProperties::GetControlInput(call)); in Reduce()
Dloop-variable-optimizer.cc49 if (limits_[NodeProperties::GetControlInput(node, i)->id()] == nullptr) { in Run()
155 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound in AddUpperBound()
166 << NodeProperties::GetControlInput(phi())->id() << "): " << *bound; in AddLowerBound()
180 NodeProperties::GetControlInput(constraint->left()) == loop) { in VisitBackedge()
187 NodeProperties::GetControlInput(constraint->right()) == loop) { in VisitBackedge()
286 limits_[NodeProperties::GetControlInput(node, 0)->id()]; in TakeConditionsFromFirstControl()
302 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(phi)->opcode()); in TryGetInductionVariable()
381 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
396 NodeProperties::GetControlInput(induction_var->phi())->InputAt(1); in ChangeToPhisAndInsertGuards()
Ddead-code-elimination.cc138 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit()
149 Node* control = NodeProperties::GetControlInput(node); in ReduceNode()
155 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit()
156 Node* loop = NodeProperties::GetControlInput(node, 1); in ReduceLoopExit()
Dscheduler.cc82 Placement p = GetPlacement(NodeProperties::GetControlInput(node)); in GetPlacement()
116 Node* control = NodeProperties::GetControlInput(node); in UpdatePlacement()
128 DCHECK_EQ(node, NodeProperties::GetControlInput(use)); in UpdatePlacement()
166 Node* control = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount()
189 Node* control = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount()
318 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks()
420 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock()
432 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall()
463 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch()
485 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch()
[all …]
Dbranch-elimination.cc59 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch()
92 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
122 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf()
208 node_conditions_.Get(NodeProperties::GetControlInput(node, 0)); in TakeConditionsFromFirstControl()
Dverifier.cc149 Node* control = NodeProperties::GetControlInput(node, i); in Check()
219 NodeProperties::GetControlInput(node, 0)->opcode()); in Check()
225 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
233 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
274 NodeProperties::GetControlInput(node)->opcode()); in Check()
310 NodeProperties::GetControlInput(node)->opcode()); in Check()
423 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
444 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
451 Node* loop = NodeProperties::GetControlInput(node, 1); in Check()
457 Node* loop_exit = NodeProperties::GetControlInput(node, 0); in Check()
[all …]
Dloop-peeling.cc344 NodeProperties::GetControlInput(node, 0)); in EliminateLoopExit()
371 Node* control = NodeProperties::GetControlInput(node); in EliminateLoopExits()
379 Node* control = NodeProperties::GetControlInput(node, i); in EliminateLoopExits()
Dcommon-operator-reducer.cc133 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
304 Node* control = NodeProperties::GetControlInput(node); in ReduceReturn()
306 NodeProperties::GetControlInput(value) == control && in ReduceReturn()
352 NodeProperties::GetControlInput(effect) == control) { in ReduceReturn()
Djs-typed-lowering.cc279 user->ReplaceUses(NodeProperties::GetControlInput(node_)); in ChangeToSpeculativeOperator()
391 Node* control() { return NodeProperties::GetControlInput(node_); } in control()
653 Node* control = NodeProperties::GetControlInput(node); in ReduceCreateConsString()
1235 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject()
1291 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadNamed()
1327 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty()
1380 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreProperty()
1437 Node* control = NodeProperties::GetControlInput(node); in ReduceJSOrdinaryHasInstance()
1651 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule()
1688 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule()
[all …]
Djs-builtin-reducer.cc212 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayIterator()
332 Node* control = NodeProperties::GetControlInput(node); in ReduceFastArrayIteratorNext()
502 Node* control = NodeProperties::GetControlInput(node); in ReduceTypedArrayIteratorNext()
733 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPop()
822 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPush()
954 Node* control = NodeProperties::GetControlInput(node); in ReduceDateGetTime()
1483 Node* control = NodeProperties::GetControlInput(node); in ReduceObjectCreate()
1632 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharAt()
1686 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharCodeAt()
1764 Node* control = NodeProperties::GetControlInput(node); in ReduceStringIterator()
[all …]
Djs-create-lowering.cc242 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate()
545 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
630 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArrayToStubCall()
813 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral()
851 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
891 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
921 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
959 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
Djs-inlining.cc86 Node* control = NodeProperties::GetControlInput(call); in InlineCall()
185 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
660 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall()
Dnode-properties.h48 static Node* GetControlInput(Node* node, int index = 0);
Dload-elimination.cc715 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadField()
798 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadElement()
871 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
943 Node* const control = NodeProperties::GetControlInput(node); in ComputeLoopState()
Dloop-analysis.cc208 Node* loop_exit = NodeProperties::GetControlInput(node); in PropagateBackward()
523 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
Djs-native-context-specialization.cc177 Node* control = NodeProperties::GetControlInput(node); in ReduceJSInstanceOf()
321 Node* control = NodeProperties::GetControlInput(node); in ReduceGlobalAccess()
528 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal()
562 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess()
915 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess()
1159 Node* control = NodeProperties::GetControlInput(node); in ReduceKeyedAccess()
1270 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize()
1728 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreDataPropertyInLiteral()
Djs-call-reducer.cc246 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionPrototypeHasInstance()
494 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCall()
669 Node* control = NodeProperties::GetControlInput(node); in ReduceJSConstruct()
Dgraph-reducer.cc225 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
Dredundancy-elimination.cc223 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
Deffect-control-linearizer.cc113 Node* input = NodeProperties::GetControlInput(control, i); in UpdateBlockControl()
211 Node* merge = NodeProperties::GetControlInput(branch); in TryCloneBranch()
213 NodeProperties::GetControlInput(cond) != merge) { in TryCloneBranch()
232 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch()
234 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch()
248 Node* control1 = NodeProperties::GetControlInput(merge, index); in TryCloneBranch()
282 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch()
284 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch()
Djs-inlining-heuristic.cc196 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate()
Dosr.cc149 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
Descape-analysis-reducer.cc116 Node* const control = NodeProperties::GetControlInput(original); in MaybeGuard()
Dtyper.cc673 int arity = NodeProperties::GetControlInput(node)->op()->ControlInputCount(); in TypeInductionVariablePhi()
674 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(node)->opcode()); in TypeInductionVariablePhi()
675 DCHECK_EQ(2, NodeProperties::GetControlInput(node)->InputCount()); in TypeInductionVariablePhi()
772 os << "Loop (" << NodeProperties::GetControlInput(node)->id() in TypeInductionVariablePhi()

12