Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.cc118 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckHeapObject()
133 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
139 Node* const map = NodeProperties::GetValueInput(node, i); in ReduceCheckMaps()
154 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckString()
164 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField()
192 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceNumberFloor()
199 Node* const lhs = NodeProperties::GetValueInput(input, 0); in ReduceNumberFloor()
201 Node* const rhs = NodeProperties::GetValueInput(input, 1); in ReduceNumberFloor()
226 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceNumberRoundop()
235 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceNumberToUint8Clamped()
[all …]
Dnode-properties.cc54 Node* NodeProperties::GetValueInput(Node* node, int index) { in GetValueInput() function in v8::internal::compiler::NodeProperties
321 a = GetValueInput(a, 0); in IsSame()
325 b = GetValueInput(b, 0); in IsSame()
349 Node* const object = GetValueInput(effect, 0); in InferReceiverMaps()
358 HeapObjectMatcher mtarget(GetValueInput(effect, 0)); in InferReceiverMaps()
359 HeapObjectMatcher mnewtarget(GetValueInput(effect, 1)); in InferReceiverMaps()
379 Node* const object = GetValueInput(effect, 0); in InferReceiverMaps()
384 Node* const value = GetValueInput(effect, 1); in InferReceiverMaps()
430 Node* const start = NodeProperties::GetValueInput(node, 0); in GetSpecializationContext()
469 if (!IsTyped(GetValueInput(node, index))) return false; in AllValueInputsAreTyped()
Dtail-call-optimization.cc22 Node* const call = NodeProperties::GetValueInput(node, 1); in Reduce()
30 DCHECK_EQ(0, Int32Matcher(NodeProperties::GetValueInput(node, 0)).Value()); in Reduce()
76 NodeProperties::GetValueInput(call, index)); in Reduce()
Djs-intrinsic-lowering.cc106 Node* const value = NodeProperties::GetValueInput(node, 0); in ReduceCreateIterResultObject()
107 Node* const done = NodeProperties::GetValueInput(node, 1); in ReduceCreateIterResultObject()
143 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorClose()
157 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetInputOrDebugPos()
167 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetContext()
177 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetResumeMode()
193 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceIsInstanceType()
316 Node* active_function = NodeProperties::GetValueInput(node, 0); in ReduceGetSuperConstructor()
328 Node* receiver = NodeProperties::GetValueInput(node, 0); in ReduceArrayBufferViewField()
365 Node* collection = NodeProperties::GetValueInput(node, 0); in ReduceJSCollectionGetTable()
[all …]
Dload-elimination.cc77 Node* const value = NodeProperties::GetValueInput(node, i); in Reduce()
607 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
622 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceEnsureWritableFastElements()
623 Node* const elements = NodeProperties::GetValueInput(node, 1); in ReduceEnsureWritableFastElements()
648 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMaybeGrowFastElements()
677 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionElementsKind()
713 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField()
758 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceStoreField()
759 Node* const new_value = NodeProperties::GetValueInput(node, 1); in ReduceStoreField()
795 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadElement()
[all …]
Djs-call-reducer.cc41 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceArrayConstructor()
75 : NodeProperties::GetValueInput(node, 2); in ReduceNumberConstructor()
85 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceFunctionPrototypeApply()
108 Node* arg_array = NodeProperties::GetValueInput(node, 3); in ReduceFunctionPrototypeApply()
205 HeapObjectMatcher(NodeProperties::GetValueInput(node, 0)).Value()); in ReduceFunctionPrototypeCall()
239 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceFunctionPrototypeHasInstance()
241 ? NodeProperties::GetValueInput(node, 2) in ReduceFunctionPrototypeHasInstance()
282 HeapObjectMatcher receiver(NodeProperties::GetValueInput(node, 1)); in CanInlineApiCall()
323 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceObjectPrototypeGetProto()
368 Node* receiver_node = NodeProperties::GetValueInput(node, 1); in ReduceCallApiFunction()
[all …]
Descape-analysis-reducer.cc126 node = NodeProperties::GetValueInput(node, 0); in SkipTypeGuards()
140 SkipTypeGuards(NodeProperties::GetValueInput(node, 0)))) { in ReduceLoad()
160 SkipTypeGuards(NodeProperties::GetValueInput(node, 0)))) { in ReduceStore()
214 Node* left = SkipTypeGuards(NodeProperties::GetValueInput(node, 0)); in ReduceReferenceEqual()
215 Node* right = SkipTypeGuards(NodeProperties::GetValueInput(node, 1)); in ReduceReferenceEqual()
239 Node* input = SkipTypeGuards(NodeProperties::GetValueInput(node, 0)); in ReduceObjectIsSmi()
285 Node* input = NodeProperties::GetValueInput(node, i); in ReduceDeoptState()
332 Node* input = SkipTypeGuards(NodeProperties::GetValueInput(node, node_index)); in ReduceStateValueInput()
Djs-typed-lowering.cc393 Node* left() { return NodeProperties::GetValueInput(node_, 0); } in left()
394 Node* right() { return NodeProperties::GetValueInput(node_, 1); } in right()
648 Node* first = NodeProperties::GetValueInput(node, 0); in ReduceCreateConsString()
649 Node* second = NodeProperties::GetValueInput(node, 1); in ReduceCreateConsString()
1094 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToInteger()
1105 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToName()
1116 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSToLength()
1230 Node* receiver = NodeProperties::GetValueInput(node, 0); in ReduceJSToObject()
1288 Node* receiver = NodeProperties::GetValueInput(node, 0); in ReduceJSLoadNamed()
1306 Node* key = NodeProperties::GetValueInput(node, 1); in ReduceJSLoadProperty()
[all …]
Djs-create-lowering.cc237 Node* const target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreate()
239 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
311 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
436 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
631 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceNewArrayToStubCall()
718 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArray()
719 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
740 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateArray()
756 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateIterResultObject()
757 Node* done = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateIterResultObject()
[all …]
Descape-analysis.cc419 Node* input1 = NodeProperties::GetValueInput(node1, i); in IsEquivalentPhi()
420 Node* input2 = NodeProperties::GetValueInput(node2, i); in IsEquivalentPhi()
434 Node* input = NodeProperties::GetValueInput(phi, static_cast<int>(i)); in IsEquivalentPhi()
478 Node* old = NodeProperties::GetValueInput(rep, n); in MergeFields()
698 Node* from = NodeProperties::GetValueInput(node, 0); in Process()
737 Node* to = NodeProperties::GetValueInput(node, 0); in ProcessStoreField()
738 Node* val = NodeProperties::GetValueInput(node, 1); in ProcessStoreField()
749 Node* to = NodeProperties::GetValueInput(node, 0); in ProcessStoreElement()
750 Node* val = NodeProperties::GetValueInput(node, 2); in ProcessStoreElement()
952 Node* allocate = NodeProperties::GetValueInput(node, 0); in AssignAliases()
[all …]
Djs-builtin-reducer.cc34 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0)); in HasBuiltinFunctionId()
43 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0)); in GetBuiltinFunctionId()
78 Node* receiver() { return NodeProperties::GetValueInput(node_, 1); } in receiver()
92 return NodeProperties::GetValueInput(node_, index + 2); in GetJSCallInput()
114 Node* receiver = NodeProperties::GetValueInput(node, 1); in GetMapWitness()
210 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceArrayIterator()
330 Node* iterator = NodeProperties::GetValueInput(node, 1); in ReduceFastArrayIteratorNext()
500 Node* iterator = NodeProperties::GetValueInput(node, 1); in ReduceTypedArrayIteratorNext()
731 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceArrayPop()
820 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceArrayPush()
[all …]
Djs-native-context-specialization.cc139 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor()
173 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceJSInstanceOf()
174 Node* constructor = NodeProperties::GetValueInput(node, 1); in ReduceJSInstanceOf()
262 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance()
263 Node* object = NodeProperties::GetValueInput(node, 1); in ReduceJSOrdinaryHasInstance()
526 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSStoreGlobal()
558 Node* receiver = NodeProperties::GetValueInput(node, 0); in ReduceNamedAccess()
790 Node* const receiver = NodeProperties::GetValueInput(node, 0); in ReduceNamedAccessFromNexus()
835 Node* const receiver = NodeProperties::GetValueInput(node, 0); in ReduceJSLoadNamed()
882 Node* const value = NodeProperties::GetValueInput(node, 1); in ReduceJSStoreNamed()
[all …]
Djs-generic-lowering.cc204 Node* receiver = NodeProperties::GetValueInput(node, 0); in LowerJSStoreProperty()
205 Node* key = NodeProperties::GetValueInput(node, 1); in LowerJSStoreProperty()
206 Node* value = NodeProperties::GetValueInput(node, 2); in LowerJSStoreProperty()
225 Node* receiver = NodeProperties::GetValueInput(node, 0); in LowerJSStoreNamed()
226 Node* value = NodeProperties::GetValueInput(node, 1); in LowerJSStoreNamed()
244 Node* receiver = NodeProperties::GetValueInput(node, 0); in LowerJSStoreNamedOwn()
245 Node* value = NodeProperties::GetValueInput(node, 1); in LowerJSStoreNamedOwn()
262 Node* value = NodeProperties::GetValueInput(node, 0); in LowerJSStoreGlobal()
Dcommon-operator-reducer.cc130 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
131 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
302 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn()
303 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceReturn()
Dbranch-elimination.cc89 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
90 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
Dverifier.cc75 Node* input = NodeProperties::GetValueInput(node, i); in CheckValueInputIs()
125 Node* value = NodeProperties::GetValueInput(node, i); in Check()
335 Node* const start = NodeProperties::GetValueInput(node, 0); in Check()
401 Node* input = NodeProperties::GetValueInput(node, 0); in Check()
478 Node* val = NodeProperties::GetValueInput(node, 0); in Check()
490 CHECK(NodeProperties::GetValueInput(node, i)->opcode() == in Check()
492 NodeProperties::GetValueInput(node, i)->opcode() == in Check()
Dcontrol-flow-optimizer.cc75 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryBuildSwitch()
Dnode-properties.h44 static Node* GetValueInput(Node* node, int index);
Djs-inlining-heuristic.cc195 Node* callee = NodeProperties::GetValueInput(node, 0); in InlineCandidate()
Djs-inlining.cc183 values.push_back(NodeProperties::GetValueInput(input, 1)); in InlineCall()
Deffect-control-linearizer.cc209 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryCloneBranch()
247 Node* cond1 = NodeProperties::GetValueInput(cond, index); in TryCloneBranch()
Dtyper.cc233 Node* operand_node = NodeProperties::GetValueInput(node, i); in Operand()
Dsimplified-lowering.cc3406 Node* const rhs = NodeProperties::GetValueInput(node, 1); in DoShift()
Dwasm-compiler.cc2534 Node* object = NodeProperties::GetValueInput(value, 0); in BuildChangeTaggedToFloat64()