Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.cc105 Node* const value = NodeProperties::GetValueInput(node, 0); in ReduceConvertReceiver()
107 Node* const global_proxy = NodeProperties::GetValueInput(node, 1); in ReduceConvertReceiver()
119 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckHeapObject()
129 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckNotTaggedHole()
144 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
151 Node* const map = NodeProperties::GetValueInput(node, i); in ReduceCheckMaps()
166 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckNumber()
176 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckString()
186 Node* const exp = NodeProperties::GetValueInput(node, 0); in ReduceCheckEqualsInternalizedString()
188 Node* const val = NodeProperties::GetValueInput(node, 1); in ReduceCheckEqualsInternalizedString()
[all …]
Djs-call-reducer.cc47 Node* input = NodeProperties::GetValueInput(node, 2); in ReduceMathUnary()
71 Node* left = NodeProperties::GetValueInput(node, 2); in ReduceMathBinary()
73 ? NodeProperties::GetValueInput(node, 3) in ReduceMathBinary()
99 Node* left = NodeProperties::GetValueInput(node, 2); in ReduceMathImul()
101 ? NodeProperties::GetValueInput(node, 3) in ReduceMathImul()
132 Node* input = NodeProperties::GetValueInput(node, 2); in ReduceMathClz32()
164 NodeProperties::GetValueInput(node, 2), effect, control); in ReduceMathMinMax()
169 NodeProperties::GetValueInput(node, i), effect, control); in ReduceMathMinMax()
218 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceArrayConstructor()
239 : NodeProperties::GetValueInput(node, 2); in ReduceBooleanConstructor()
[all …]
Dnode-properties.cc55 Node* NodeProperties::GetValueInput(Node* node, int index) { in GetValueInput() function in v8::internal::compiler::NodeProperties
354 a = GetValueInput(a, 0); in IsSame()
358 b = GetValueInput(b, 0); in IsSame()
396 Node* const object = GetValueInput(effect, 0); in InferReceiverMaps()
404 Node* const object = GetValueInput(effect, 0); in InferReceiverMaps()
413 HeapObjectMatcher mtarget(GetValueInput(effect, 0)); in InferReceiverMaps()
414 HeapObjectMatcher mnewtarget(GetValueInput(effect, 1)); in InferReceiverMaps()
436 Node* const object = GetValueInput(effect, 0); in InferReceiverMaps()
441 Node* const value = GetValueInput(effect, 1); in InferReceiverMaps()
465 if (IsSame(receiver, effect)) receiver = GetValueInput(effect, 0); in InferReceiverMaps()
[all …]
Djs-intrinsic-lowering.cc87 Node* const value = NodeProperties::GetValueInput(node, 0); in ReduceCreateIterResultObject()
88 Node* const done = NodeProperties::GetValueInput(node, 1); in ReduceCreateIterResultObject()
124 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceCreateJSGeneratorObject()
125 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceCreateJSGeneratorObject()
137 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorClose()
151 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetInputOrDebugPos()
179 Node* const generator = NodeProperties::GetValueInput(node, 0); in ReduceGeneratorGetResumeMode()
195 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceIsInstanceType()
287 HeapObjectMatcher m(NodeProperties::GetValueInput(node, 0)); in ReduceToString()
Djs-typed-lowering.cc356 Node* left() { return NodeProperties::GetValueInput(node_, 0); } in left()
357 Node* right() { return NodeProperties::GetValueInput(node_, 1); } in right()
441 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSBitwiseNot()
456 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSDecrement()
471 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSIncrement()
487 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSNegate()
661 Node* first = NodeProperties::GetValueInput(node, 0); in ReduceCreateConsString()
662 Node* second = NodeProperties::GetValueInput(node, 1); in ReduceCreateConsString()
939 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToInteger()
950 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceJSToName()
[all …]
Dload-elimination.cc82 Node* const value = NodeProperties::GetValueInput(node, i); in Reduce()
740 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMapGuard()
755 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
770 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCompareMaps()
787 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceEnsureWritableFastElements()
788 Node* const elements = NodeProperties::GetValueInput(node, 1); in ReduceEnsureWritableFastElements()
813 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMaybeGrowFastElements()
839 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionElementsKind()
878 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionAndStoreElement()
903 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField()
[all …]
Djs-native-context-specialization.cc149 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSGetSuperConstructor()
174 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceJSInstanceOf()
175 Node* constructor = NodeProperties::GetValueInput(node, 1); in ReduceJSInstanceOf()
362 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSHasInPrototypeChain()
363 Node* prototype = NodeProperties::GetValueInput(node, 1); in ReduceJSHasInPrototypeChain()
385 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSOrdinaryHasInstance()
386 Node* object = NodeProperties::GetValueInput(node, 1); in ReduceJSOrdinaryHasInstance()
438 Node* constructor = NodeProperties::GetValueInput(node, 0); in ReduceJSPromiseResolve()
439 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceJSPromiseResolve()
475 Node* promise = NodeProperties::GetValueInput(node, 0); in ReduceJSResolvePromise()
[all …]
Descape-analysis-reducer.cc75 node = NodeProperties::GetValueInput(node, 0); in SkipTypeGuards()
183 Node* input = NodeProperties::GetValueInput(node, i); in ReduceDeoptState()
234 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in Finalize()
236 Node* arguments_length = NodeProperties::GetValueInput(node, 1); in Finalize()
331 Node* index = NodeProperties::GetValueInput(load, 1); in Finalize()
347 Node* length = NodeProperties::GetValueInput(node, 1); in Finalize()
Djs-create-lowering.cc117 Node* const target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreate()
119 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
184 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
281 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
406 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateGeneratorObject()
407 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateGeneratorObject()
632 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceNewArrayToStubCall()
633 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceNewArrayToStubCall()
703 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArray()
704 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
[all …]
Dcommon-operator-reducer.cc140 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
141 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
314 Node* pop_count = NodeProperties::GetValueInput(node, 0); in ReduceReturn()
315 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceReturn()
Ddead-code-elimination.cc226 Node* input = NodeProperties::GetValueInput(node, i); in ReducePhi()
321 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceBranchOrSwitch()
346 node = NodeProperties::GetValueInput(node, 0); in DeadValue()
Dbranch-elimination.cc98 Node* condition = NodeProperties::GetValueInput(node, 0); in ReduceDeoptimizeConditional()
99 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional()
Descape-analysis-reducer.h40 if (!tmp_ && input == NodeProperties::GetValueInput(from_, i)) return; in ReplaceValueInput()
Dcontrol-flow-optimizer.cc75 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryBuildSwitch()
Dverifier.cc74 Node* input = NodeProperties::GetValueInput(node, i); in CheckValueInputIs()
135 Node* value = NodeProperties::GetValueInput(node, i); in Check()
400 Node* const start = NodeProperties::GetValueInput(node, 0); in Check()
449 Node* input = NodeProperties::GetValueInput(node, 0); in Check()
538 Node* val = NodeProperties::GetValueInput(node, 0); in Check()
552 CHECK(NodeProperties::GetValueInput(node, i)->opcode() == in Check()
554 NodeProperties::GetValueInput(node, i)->opcode() == in Check()
Dnode-properties.h45 static Node* GetValueInput(Node* node, int index);
Djs-context-specialization.cc89 Node* const start = NodeProperties::GetValueInput(node, 0); in IsContextParameter()
Deffect-control-linearizer.cc229 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryCloneBranch()
267 Node* cond1 = NodeProperties::GetValueInput(cond, index); in TryCloneBranch()
2542 Node* arguments_frame = NodeProperties::GetValueInput(node, 0); in LowerArgumentsLength()
2715 Node* frame = NodeProperties::GetValueInput(node, 0); in LowerNewArgumentsElements()
2716 Node* length = NodeProperties::GetValueInput(node, 1); in LowerNewArgumentsElements()
2803 Node* input = NodeProperties::GetValueInput(node, 0); in LowerDeadValue()
4756 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntry()
4757 Node* key = NodeProperties::GetValueInput(node, 1); in LowerFindOrderedHashMapEntry()
4786 Node* table = NodeProperties::GetValueInput(node, 0); in LowerFindOrderedHashMapEntryForInt32Key()
4787 Node* key = NodeProperties::GetValueInput(node, 1); in LowerFindOrderedHashMapEntryForInt32Key()
Djs-inlining.cc192 values.push_back(NodeProperties::GetValueInput(input, 1)); in InlineCall()
Djs-inlining-heuristic.cc623 Node* callee = NodeProperties::GetValueInput(node, 0); in InlineCandidate()
Descape-analysis.cc214 NodeProperties::GetValueInput(current_node(), i)); in ValueInput()
Dtyper.cc224 Node* operand_node = NodeProperties::GetValueInput(node, i); in Operand()
Dinstruction-selector.cc2027 Node* input_node = NodeProperties::GetValueInput(node, 0); in EmitWordPoisonOnSpeculation()
Dsimplified-lowering.cc3832 Node* const rhs = NodeProperties::GetValueInput(node, 1); in DoShift()