Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dtyped-optimization.cc143 Node* const value = NodeProperties::GetValueInput(node, 0); in ReduceConvertReceiver()
145 Node* const global_proxy = NodeProperties::GetValueInput(node, 1); in ReduceConvertReceiver()
157 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckHeapObject()
167 Node* const elements = NodeProperties::GetValueInput(node, 1); in ReduceMaybeGrowFastElements()
168 Node* const index = NodeProperties::GetValueInput(node, 2); in ReduceMaybeGrowFastElements()
169 Node* const length = NodeProperties::GetValueInput(node, 3); in ReduceMaybeGrowFastElements()
193 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckBounds()
209 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckNotTaggedHole()
224 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
231 Node* const map = NodeProperties::GetValueInput(node, i); in ReduceCheckMaps()
[all …]
Djs-intrinsic-lowering.cc105 Node* const value = NodeProperties::GetValueInput(node, 0); in ReduceCreateIterResultObject()
106 Node* const done = NodeProperties::GetValueInput(node, 1); in ReduceCreateIterResultObject()
132 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceCreateJSGeneratorObject()
133 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceCreateJSGeneratorObject()
145 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorClose()
221 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetResumeMode()
237 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceIsInstanceType()
286 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceTurbofanStaticAssert()
325 HeapObjectMatcher m(NodeProperties::GetValueInput(node, 0)); in ReduceToString()
Dcsa-load-elimination.cc24 Node* const value = NodeProperties::GetValueInput(node, i); in Reduce()
173 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceLoadFromObject()
174 Node* offset = NodeProperties::GetValueInput(node, 1); in ReduceLoadFromObject()
199 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceStoreToObject()
200 Node* offset = NodeProperties::GetValueInput(node, 1); in ReduceStoreToObject()
201 Node* value = NodeProperties::GetValueInput(node, 2); in ReduceStoreToObject()
249 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceCall()
Dload-elimination.cc82 Node* const value = NodeProperties::GetValueInput(node, i); in Reduce()
739 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMapGuard()
754 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
769 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCompareMaps()
786 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceEnsureWritableFastElements()
787 Node* const elements = NodeProperties::GetValueInput(node, 1); in ReduceEnsureWritableFastElements()
814 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMaybeGrowFastElements()
842 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionElementsKind()
881 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionAndStoreElement()
907 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField()
[all …]
Dnode-properties.cc313 a = GetValueInput(a, 0); in IsSame()
317 b = GetValueInput(b, 0); in IsSame()
329 HeapObjectMatcher mtarget(GetValueInput(receiver, 0)); in GetJSCreateMap()
330 HeapObjectMatcher mnewtarget(GetValueInput(receiver, 1)); in GetJSCreateMap()
379 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe()
387 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe()
419 Node* const object = GetValueInput(effect, 0); in InferMapsUnsafe()
424 Node* const value = GetValueInput(effect, 1); in InferMapsUnsafe()
448 if (IsSame(receiver, effect)) receiver = GetValueInput(effect, 0); in InferMapsUnsafe()
580 if (!IsTyped(GetValueInput(node, index))) return false; in AllValueInputsAreTyped()
Djs-create-lowering.cc115 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
166 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
270 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
405 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateGeneratorObject()
406 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateGeneratorObject()
653 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
684 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateArray()
717 Node* value = NodeProperties::GetValueInput(node, 2 + i); in ReduceJSCreateArray()
761 Node* iterated_object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArrayIterator()
788 Node* closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateAsyncFunctionObject()
[all …]
Djs-typed-lowering.cc386 Node* left() { return NodeProperties::GetValueInput(node_, 0); } in left()
387 Node* right() { return NodeProperties::GetValueInput(node_, 1); } in right()
461 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSBitwiseNot()
477 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSDecrement()
493 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSIncrement()
509 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSNegate()
952 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToName()
963 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSToLength()
1044 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToNumeric()
1100 Node* receiver = NodeProperties::GetValueInput(node, 0); in ReduceJSToObject()
[all …]
Dnode-properties.h62 static Node* GetValueInput(Node* node, int index) { in GetValueInput() function
129 *out_value = GetValueInput(node, 0); in IsValueIdentity()
132 *out_value = GetValueInput(node, 1); in IsValueIdentity()
Descape-analysis-reducer.cc173 Node* input = NodeProperties::GetValueInput(node, i); in ReduceDeoptState()
229 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in Finalize()
231 Node* arguments_length = NodeProperties::GetValueInput(node, 1); in Finalize()
301 Node* index = NodeProperties::GetValueInput(load, 1); in Finalize()
340 Node* length = NodeProperties::GetValueInput(node, 1); in Finalize()
Dcommon-operator-reducer.cc140 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
141 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
313 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn()
314 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceReturn()
Djs-native-context-specialization.cc221 Node* closure = NodeProperties::GetValueInput(node, 0); in ReduceJSAsyncFunctionEnter()
222 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSAsyncFunctionEnter()
252 Node* async_function_object = NodeProperties::GetValueInput(node, 0); in ReduceJSAsyncFunctionReject()
253 Node* reason = NodeProperties::GetValueInput(node, 1); in ReduceJSAsyncFunctionReject()
288 Node* async_function_object = NodeProperties::GetValueInput(node, 0); in ReduceJSAsyncFunctionResolve()
289 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceJSAsyncFunctionResolve()
354 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor()
593 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSHasInPrototypeChain()
594 Node* prototype = NodeProperties::GetValueInput(node, 1); in ReduceJSHasInPrototypeChain()
616 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance()
[all …]
Dredundancy-elimination.cc309 Node* const first = NodeProperties::GetValueInput(node, 0); in ReduceSpeculativeNumberComparison()
311 Node* const second = NodeProperties::GetValueInput(node, 1); in ReduceSpeculativeNumberComparison()
374 Node* const first = NodeProperties::GetValueInput(node, 0); in ReduceSpeculativeNumberOperation()
Ddead-code-elimination.cc226 Node* input = NodeProperties::GetValueInput(node, i); in ReducePhi()
354 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceBranchOrSwitch()
379 node = NodeProperties::GetValueInput(node, 0); in DeadValue()
Draw-machine-assembler.cc177 if (NodeProperties::GetValueInput(branch, 0) != phi) continue; in OptimizeControlFlow()
202 branch_clone, NodeProperties::GetValueInput(phi, phi_input), 0); in OptimizeControlFlow()
410 left_input = NodeProperties::GetValueInput(phi, 0); in MakePhiBinary()
414 inputs.push_back(NodeProperties::GetValueInput(phi, i)); in MakePhiBinary()
424 right_input = NodeProperties::GetValueInput(phi, split_point); in MakePhiBinary()
428 inputs.push_back(NodeProperties::GetValueInput(phi, i)); in MakePhiBinary()
Dbranch-elimination.cc162 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
163 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
Descape-analysis-reducer.h41 if (!tmp_ && input == NodeProperties::GetValueInput(from_, i)) return; in ReplaceValueInput()
Dcontrol-flow-optimizer.cc78 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryBuildSwitch()
Dverifier.cc76 Node* input = NodeProperties::GetValueInput(node, i); in CheckValueInputIs()
176 Node* value = NodeProperties::GetValueInput(node, i); in Check()
398 Node* const start = NodeProperties::GetValueInput(node, 0); in Check()
444 Node* input = NodeProperties::GetValueInput(node, 0); in Check()
527 Node* val = NodeProperties::GetValueInput(node, 0); in Check()
541 CHECK(NodeProperties::GetValueInput(node, i)->opcode() == in Check()
543 NodeProperties::GetValueInput(node, i)->opcode() == in Check()
Dmachine-operator-reducer.cc1380 node->ReplaceInput(0, NodeProperties::GetValueInput(m.left().node(), 0)); in ReduceWord64Comparisons()
1381 node->ReplaceInput(1, NodeProperties::GetValueInput(m.right().node(), 0)); in ReduceWord64Comparisons()
1733 NodeProperties::GetValueInput(mand.left().node(), 0); in Detect()
1741 NodeProperties::GetValueInput(node, 0)); in Detect()
1967 NodeProperties::GetValueInput(m.left().node(), 0), in ReduceWord32Equal()
2095 NodeMatcher condition(NodeProperties::GetValueInput(node, 0)); in ReduceConditional()
2111 NodeMatcher condition(NodeProperties::GetValueInput(node, 0)); in ReduceConditionalN()
Dsimplified-operator.h1109 NodeProperties::GetValueInput(node(), TheIndex)); \
1168 NodeProperties::GetValueInput(node(), FastCallArgumentIndex(i))); in FastCallArgument()
1180 NodeProperties::GetValueInput(node(), SlowCallArgumentIndex(i))); in SlowCallArgument()
Djs-context-specialization.cc92 Node* const start = NodeProperties::GetValueInput(node, 0); in IsContextParameter()
Descape-analysis.cc221 NodeProperties::GetValueInput(current_node(), i)); in ValueInput()
452 Node* old_input = NodeProperties::GetValueInput(old_value, i); in MergeInputs()
Djs-call-reducer.cc2909 object = NodeProperties::GetValueInput(object, 0); in ReduceObjectPrototypeHasOwnProperty()
3237 : receiver_(NodeProperties::GetValueInput(node, 1)), in IteratingArrayBuiltinHelper()
3758 NodeProperties::GetValueInput(node, arraylike_or_spread_index); in ReduceCallOrConstructWithArrayLikeOrSpread()
4104 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall()
4105 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall()
4116 Node* value = NodeProperties::GetValueInput(target, 2 + i); in ReduceJSCall()
4775 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct()
4793 Node* value = NodeProperties::GetValueInput(target, 2 + i); in ReduceJSConstruct()
5757 Node* iterated_object = NodeProperties::GetValueInput(iterator, 0); in ReduceArrayIteratorPrototypeNext()
6711 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceTypedArrayPrototypeToStringTag()
[all …]
Djs-operator.h1067 NodeProperties::GetValueInput(node(), TheIndex)); \
1294 NodeProperties::GetValueInput(node(), ArgumentIndex(i))); in Argument()
1322 NodeProperties::GetValueInput(node(), FeedbackVectorIndex())); in feedback_vector()
Deffect-control-linearizer.cc491 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryCloneBranch()
529 Node* cond1 = NodeProperties::GetValueInput(cond, index); in TryCloneBranch()
3679 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in LowerArgumentsLength()
3713 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in LowerRestLength()
3859 Node* frame = NodeProperties::GetValueInput(node, 0); in LowerNewArgumentsElements()
3860 Node* arguments_count = NodeProperties::GetValueInput(node, 1); in LowerNewArgumentsElements()
3984 Node* input = NodeProperties::GetValueInput(node, 0); in LowerDeadValue()
5090 inputs[0] = NodeProperties::GetValueInput(node, 0); // the target in LowerFastApiCall()
5096 __ TruncateFloat64ToFloat32(NodeProperties::GetValueInput(node, i)); in LowerFastApiCall()
5098 inputs[i] = NodeProperties::GetValueInput(node, i); in LowerFastApiCall()
[all …]

12