/external/v8/src/compiler/ |
D | tail-call-optimization.cc | 26 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()
|
D | control-flow-optimizer.cc | 126 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()
|
D | js-intrinsic-lowering.cc | 114 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 …]
|
D | scheduler.cc | 82 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 …]
|
D | branch-elimination.cc | 57 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()
|
D | verifier.cc | 168 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 …]
|
D | js-generic-lowering.cc | 156 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()
|
D | load-elimination.cc | 61 value, NodeProperties::GetControlInput(node)); in ReduceLoadField()
|
D | common-operator-reducer.cc | 128 Node* control = NodeProperties::GetControlInput(node); in ReduceDeoptimizeConditional() 307 NodeProperties::GetControlInput(value) == control && in ReduceReturn() 309 NodeProperties::GetControlInput(effect) == control && in ReduceReturn()
|
D | js-global-object-specialization.cc | 55 Node* control = NodeProperties::GetControlInput(node); in ReduceJSLoadGlobal() 135 Node* control = NodeProperties::GetControlInput(node); in ReduceJSStoreGlobal()
|
D | js-create-lowering.cc | 468 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()
|
D | js-typed-lowering.cc | 168 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 …]
|
D | dead-code-elimination.cc | 131 Node* control = NodeProperties::GetControlInput(node); in ReduceNode()
|
D | node-properties.h | 46 static Node* GetControlInput(Node* node, int index = 0);
|
D | js-inlining.cc | 80 Node* control = NodeProperties::GetControlInput(call); in InlineCall() 141 controls.push_back(NodeProperties::GetControlInput(input)); in InlineCall()
|
D | redundancy-elimination.cc | 145 Node* const control = NodeProperties::GetControlInput(node); in ReduceEffectPhi()
|
D | graph-reducer.cc | 210 control = NodeProperties::GetControlInput(node); in ReplaceWithValue()
|
D | js-call-reducer.cc | 221 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallFunction() 373 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCallConstruct()
|
D | loop-peeling.cc | 176 NodeProperties::GetControlInput(use))) { in FindLoopExits()
|
D | js-native-context-specialization.cc | 82 Node* control = NodeProperties::GetControlInput(node); in ReduceNamedAccess() 508 Node* control = NodeProperties::GetControlInput(node); in ReduceElementAccess() 913 Node* control = NodeProperties::GetControlInput(node); in ReduceSoftDeoptimize()
|
D | osr.cc | 140 Node* k = NodeProperties::GetControlInput(control, j); in PeelOuterLoopsForOsr()
|
D | node-properties.cc | 79 Node* NodeProperties::GetControlInput(Node* node, int index) { in GetControlInput() function in v8::internal::compiler::NodeProperties
|
D | int64-lowering.cc | 833 inputs_low[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement() 834 inputs_high[value_count] = NodeProperties::GetControlInput(phi, 0); in PreparePhiReplacement()
|
D | loop-analysis.cc | 466 Node* header = NodeProperties::GetControlInput(first); in HeaderNode()
|
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 98 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 …]
|