Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dtail-call-optimization.cc26 Node* const control = NodeProperties::GetControlInput(node); in Reduce()
64 DCHECK_EQ(call, NodeProperties::GetControlInput(control, 0)); in Reduce()
67 node->ReplaceInput(1, NodeProperties::GetControlInput(call)); in Reduce()
Dcontrol-flow-optimizer.cc126 Node* merge = NodeProperties::GetControlInput(branch); in TryCloneBranch()
128 NodeProperties::GetControlInput(cond) != merge) { in TryCloneBranch()
149 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch()
151 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch()
166 Node* control1 = NodeProperties::GetControlInput(merge, index); in TryCloneBranch()
185 Node* control = NodeProperties::GetControlInput(edge.from()); in TryCloneBranch()
187 control = NodeProperties::GetControlInput(control, edge.index()); in TryCloneBranch()
Djs-intrinsic-lowering.cc114 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow()
149 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorClose()
163 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetInputOrDebugPos()
173 Node* const control = NodeProperties::GetControlInput(node); in ReduceGeneratorGetResumeMode()
189 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
244 Node* control = NodeProperties::GetControlInput(node); in ReduceValueOf()
308 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet()
320 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet()
343 Node* const control = NodeProperties::GetControlInput(node); in ReduceRegExpFlags()
353 Node* const control = NodeProperties::GetControlInput(node); in ReduceRegExpSource()
[all …]
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()
89 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
120 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf()
201 node_conditions_.Get(NodeProperties::GetControlInput(node, 0)); in TakeConditionsFromFirstControl()
Dverifier.cc168 Node* control = NodeProperties::GetControlInput(node, i); in Check()
214 NodeProperties::GetControlInput(node, 0)->opcode()); in Check()
220 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
228 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
269 NodeProperties::GetControlInput(node)->opcode()); in Check()
300 NodeProperties::GetControlInput(node)->opcode()); in Check()
399 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
415 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
1254 Node* ctl = NodeProperties::GetControlInput(node); in CheckInputsDominate()
1406 Node* control = NodeProperties::GetControlInput(phi); in Run()
[all …]
Djs-generic-lowering.cc156 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadProperty()
180 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadNamed()
205 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadGlobal()
230 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreProperty()
256 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreNamed()
283 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreGlobal()
674 Node* control = NodeProperties::GetControlInput(node); in LowerJSStackCheck()
Dload-elimination.cc61 value, NodeProperties::GetControlInput(node)); in ReduceLoadField()
Dcommon-operator-reducer.cc128 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional()
307 NodeProperties::GetControlInput(value) == control && in ReduceReturn()
309 NodeProperties::GetControlInput(effect) == control && in ReduceReturn()
Djs-global-object-specialization.cc55 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadGlobal()
135 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal()
Djs-create-lowering.cc468 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
554 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure()
624 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral()
658 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
689 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
713 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
744 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
Djs-typed-lowering.cc168 user->ReplaceUses(NodeProperties::GetControlInput(node_)); in ChangeToSpeculativeOperator()
213 Node* control() { return NodeProperties::GetControlInput(node_); } in control()
970 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject()
1048 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadNamed()
1085 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty()
1134 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreProperty()
1402 Node* control = NodeProperties::GetControlInput(node); in ReduceJSConvertReceiver()
1553 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallFunction()
1676 Node* control = NodeProperties::GetControlInput(node); in ReduceJSForInNext()
1743 Node* control = NodeProperties::GetControlInput(node); in ReduceJSGeneratorStore()
[all …]
Ddead-code-elimination.cc131 Node* control = NodeProperties::GetControlInput(node); in ReduceNode()
Dnode-properties.h46 static Node* GetControlInput(Node* node, int index = 0);
Djs-inlining.cc80 Node* control = NodeProperties::GetControlInput(call); in InlineCall()
141 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
Dredundancy-elimination.cc145 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
Dgraph-reducer.cc210 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
Djs-call-reducer.cc221 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallFunction()
373 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallConstruct()
Dloop-peeling.cc176 NodeProperties::GetControlInput(use))) { in FindLoopExits()
Djs-native-context-specialization.cc82 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess()
508 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess()
913 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize()
Dosr.cc140 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
Dnode-properties.cc79 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function in v8::internal::compiler::NodeProperties
Dint64-lowering.cc833 inputs_low[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement()
834 inputs_high[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement()
Dloop-analysis.cc466 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc98 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
129 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
160 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
185 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
214 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain()
216 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain()
250 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain()
252 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain()
254 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 2), in MatchAndExplain()
366 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
[all …]

12