Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
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()
379 Node* control = NodeProperties::GetControlInput(induction_var->phi()); in ChangeToPhisAndInsertGuards()
394 NodeProperties::GetControlInput(induction_var->phi())->InputAt(1); in ChangeToPhisAndInsertGuards()
Djs-intrinsic-lowering.cc98 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow()
115 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose()
129 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos()
139 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode()
155 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
210 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet()
222 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet()
287 Node* control = NodeProperties::GetControlInput(node); in ReduceGetSuperConstructor()
Ddead-code-elimination.cc137 Node* control = NodeProperties::GetControlInput(node, 0); in RemoveLoopExit()
148 Node* control = NodeProperties::GetControlInput(node); in ReduceNode()
154 Node* control = NodeProperties::GetControlInput(node, 0); in ReduceLoopExit()
155 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.cc57 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch()
90 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
121 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf()
200 node_conditions_.Get(NodeProperties::GetControlInput(node, 0)); in TakeConditionsFromFirstControl()
Dverifier.cc148 Node* control = NodeProperties::GetControlInput(node, i); in Check()
216 NodeProperties::GetControlInput(node, 0)->opcode()); in Check()
222 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
230 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
271 NodeProperties::GetControlInput(node)->opcode()); in Check()
302 NodeProperties::GetControlInput(node)->opcode()); in Check()
411 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
432 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
439 Node* loop = NodeProperties::GetControlInput(node, 1); in Check()
445 Node* loop_exit = NodeProperties::GetControlInput(node, 0); in Check()
[all …]
Dcommon-operator-reducer.cc133 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
289 Node* const control = NodeProperties::GetControlInput(node); in ReduceReturn()
299 NodeProperties::GetControlInput(value) == control && in ReduceReturn()
301 NodeProperties::GetControlInput(effect) == control && in ReduceReturn()
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()
Djs-generic-lowering.cc158 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadProperty()
182 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadNamed()
207 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadGlobal()
235 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreProperty()
269 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreNamed()
302 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreGlobal()
658 Node* control = NodeProperties::GetControlInput(node); in LowerJSStackCheck()
Djs-typed-lowering.cc208 user->ReplaceUses(NodeProperties::GetControlInput(node_)); in ChangeToSpeculativeOperator()
328 Node* control() { return NodeProperties::GetControlInput(node_); } in control()
585 Node* control = NodeProperties::GetControlInput(node); in ReduceCreateConsString()
1119 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject()
1175 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadNamed()
1211 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty()
1262 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreProperty()
1322 Node* control = NodeProperties::GetControlInput(node); in ReduceJSOrdinaryHasInstance()
1515 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadModule()
1552 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreModule()
[all …]
Djs-builtin-reducer.cc235 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayIterator()
344 Node* control = NodeProperties::GetControlInput(node); in ReduceFastArrayIteratorNext()
509 Node* control = NodeProperties::GetControlInput(node); in ReduceTypedArrayIteratorNext()
731 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPop()
821 Node* control = NodeProperties::GetControlInput(node); in ReduceArrayPush()
937 Node* control = NodeProperties::GetControlInput(node); in ReduceDateGetTime()
957 Node* control = NodeProperties::GetControlInput(node); in ReduceFunctionHasInstance()
1532 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharAt()
1583 Node* control = NodeProperties::GetControlInput(node); in ReduceStringCharCodeAt()
1624 Node* control = NodeProperties::GetControlInput(node); in ReduceStringIterator()
[all …]
Djs-global-object-specialization.cc70 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadGlobal()
151 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal()
Djs-create-lowering.cc456 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
541 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArrayToStubCall()
671 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure()
761 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral()
795 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
824 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
854 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
892 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
Dnode-properties.h47 static Node* GetControlInput(Node* node, int index = 0);
Dosr.cc149 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
280 if (NodeProperties::GetControlInput(use) != loop) continue; in SetTypeForOsrValue()
Dload-elimination.cc642 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadField()
694 Node* const control = NodeProperties::GetControlInput(node); in ReduceLoadElement()
763 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
835 Node* const control = NodeProperties::GetControlInput(node); in ComputeLoopState()
Djs-call-reducer.cc258 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallFunction()
403 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallConstruct()
Dloop-analysis.cc208 Node* loop_exit = NodeProperties::GetControlInput(node); in PropagateBackward()
523 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
Dredundancy-elimination.cc166 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
Dgraph-reducer.cc214 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
Djs-inlining.cc90 Node* control = NodeProperties::GetControlInput(call); in InlineCall()
189 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
Djs-inlining-heuristic.cc184 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate()
Djs-native-context-specialization.cc96 Node* control = NodeProperties::GetControlInput(node); in ReduceJSInstanceOf()
204 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess()
526 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess()
780 Node* control = NodeProperties::GetControlInput(node); in ReduceKeyedAccess()
894 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize()
Dnode-properties.cc79 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function in v8::internal::compiler::NodeProperties

12