Home
last modified time | relevance | path

Searched refs:GetControlInput (Results 1 – 25 of 28) 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.cc144 Node* const control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeNow()
180 Node* control = NodeProperties::GetControlInput(node); in ReduceIncrementStatsCounter()
202 Node* control = NodeProperties::GetControlInput(node); in ReduceIsInstanceType()
236 Node* control = NodeProperties::GetControlInput(node); in ReduceIsFunction()
278 Node* control = NodeProperties::GetControlInput(node); in ReduceIsJSReceiver()
326 Node* control = NodeProperties::GetControlInput(node); in ReduceJSValueGetValue()
363 Node* control = NodeProperties::GetControlInput(node); in ReduceValueOf()
451 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArrayGet()
463 Node* control = NodeProperties::GetControlInput(node); in ReduceFixedArraySet()
486 Node* const control = NodeProperties::GetControlInput(node); in ReduceRegExpFlags()
[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()
412 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock()
424 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall()
455 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch()
477 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch()
[all …]
Dbranch-elimination.cc54 Node* control_input = NodeProperties::GetControlInput(node, 0); in ReduceBranch()
82 Node* branch = NodeProperties::GetControlInput(node, 0); in ReduceIf()
163 node_conditions_.Get(NodeProperties::GetControlInput(node, 0)); in TakeConditionsFromFirstControl()
Dverifier.cc159 Node* control = NodeProperties::GetControlInput(node, i); in Check()
213 NodeProperties::GetControlInput(node, 0)->opcode()); in Check()
219 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
227 Node* input = NodeProperties::GetControlInput(node, 0); in Check()
268 NodeProperties::GetControlInput(node)->opcode()); in Check()
294 NodeProperties::GetControlInput(node)->opcode()); in Check()
389 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
405 Node* control = NodeProperties::GetControlInput(node, 0); in Check()
1025 Node* ctl = NodeProperties::GetControlInput(node); in CheckInputsDominate()
1177 Node* control = NodeProperties::GetControlInput(phi); in Run()
[all …]
Djs-typed-lowering.cc199 Node* control = NodeProperties::GetControlInput(node_); in ChangeToStringComparisonOperator()
249 Node* control() { return NodeProperties::GetControlInput(node_); } in control()
819 NodeProperties::GetControlInput(node) != graph()->start()) { in ReduceJSToNumber()
883 Node* control = NodeProperties::GetControlInput(node); in ReduceJSToObject()
961 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadNamed()
1019 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadProperty()
1068 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreProperty()
1338 Node* control = NodeProperties::GetControlInput(node); in ReduceJSConvertReceiver()
1565 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateArguments()
1606 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateArguments()
[all …]
Djs-global-object-specialization.cc57 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadGlobal()
148 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal()
Ddead-code-elimination.cc131 Node* control = NodeProperties::GetControlInput(node); in ReduceNode()
Dnode-properties.h46 static Node* GetControlInput(Node* node, int index = 0);
Dcommon-operator-reducer.cc280 NodeProperties::GetControlInput(value) == control && in ReduceReturn()
282 NodeProperties::GetControlInput(effect) == control && in ReduceReturn()
Djs-inlining.cc140 Node* control = NodeProperties::GetControlInput(call); in InlineCall()
201 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
Dgraph-reducer.cc210 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
Dloop-peeling.cc176 NodeProperties::GetControlInput(use))) { in FindLoopExits()
Djs-call-reducer.cc222 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallFunction()
390 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallConstruct()
Djs-native-context-specialization.cc67 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess()
492 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess()
978 Node* branch = NodeProperties::GetControlInput(if_projection); in MarkAsDeferred()
Djs-generic-lowering.cc156 ? NodeProperties::GetControlInput(node) in ReplaceWithCompareIC()
620 Node* control = NodeProperties::GetControlInput(node); in LowerJSForInPrepare()
819 Node* control = NodeProperties::GetControlInput(node); in LowerJSStackCheck()
Dosr.cc140 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
Dnode-properties.cc78 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function in v8::internal::compiler::NodeProperties
Dloop-analysis.cc466 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
Descape-analysis.cc1027 NodeProperties::GetControlInput(node)) || in ProcessEffectPhi()
1229 cache_->fields().push_back(NodeProperties::GetControlInput(from)); in ProcessLoadFromPhi()
Dchange-lowering.cc330 Node* const control = NodeProperties::GetControlInput(value); in ChangeTaggedToFloat64()
Dbytecode-graph-builder.cc2001 NodeProperties::GetControlInput(value) == control) { in MergeEffect()
2018 NodeProperties::GetControlInput(value) == control) { in MergeValue()
/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()
346 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain()
[all …]
/external/v8/test/cctest/compiler/
Dtest-osr.cc565 CHECK_EQ(new_loop0_loop, NodeProperties::GetControlInput(new_loop0_phi)); in TEST()

12