HomeSort by relevance Sort by last modified time
    Searched refs:GetValueInput (Results 1 - 24 of 24) sorted by null

  /external/v8/src/compiler/
tail-call-optimization.cc 22 Node* const call = NodeProperties::GetValueInput(node, 1);
30 DCHECK_EQ(0, Int32Matcher(NodeProperties::GetValueInput(node, 0)).Value());
76 NodeProperties::GetValueInput(call, index));
typed-optimization.cc 118 Node* const input = NodeProperties::GetValueInput(node, 0);
133 Node* const object = NodeProperties::GetValueInput(node, 0);
139 Node* const map = NodeProperties::GetValueInput(node, i);
154 Node* const input = NodeProperties::GetValueInput(node, 0);
164 Node* const object = NodeProperties::GetValueInput(node, 0);
192 Node* const input = NodeProperties::GetValueInput(node, 0);
199 Node* const lhs = NodeProperties::GetValueInput(input, 0);
201 Node* const rhs = NodeProperties::GetValueInput(input, 1);
226 Node* const input = NodeProperties::GetValueInput(node, 0);
235 Node* const input = NodeProperties::GetValueInput(node, 0)
    [all...]
node-properties.cc 54 Node* NodeProperties::GetValueInput(Node* node, int index) {
321 a = GetValueInput(a, 0);
325 b = GetValueInput(b, 0);
349 Node* const object = GetValueInput(effect, 0);
358 HeapObjectMatcher mtarget(GetValueInput(effect, 0));
359 HeapObjectMatcher mnewtarget(GetValueInput(effect, 1));
379 Node* const object = GetValueInput(effect, 0);
384 Node* const value = GetValueInput(effect, 1);
430 Node* const start = NodeProperties::GetValueInput(node, 0);
469 if (!IsTyped(GetValueInput(node, index))) return false
    [all...]
escape-analysis-reducer.cc 126 node = NodeProperties::GetValueInput(node, 0);
140 SkipTypeGuards(NodeProperties::GetValueInput(node, 0)))) {
160 SkipTypeGuards(NodeProperties::GetValueInput(node, 0)))) {
214 Node* left = SkipTypeGuards(NodeProperties::GetValueInput(node, 0));
215 Node* right = SkipTypeGuards(NodeProperties::GetValueInput(node, 1));
239 Node* input = SkipTypeGuards(NodeProperties::GetValueInput(node, 0));
285 Node* input = NodeProperties::GetValueInput(node, i);
332 Node* input = SkipTypeGuards(NodeProperties::GetValueInput(node, node_index));
js-intrinsic-lowering.cc 106 Node* const value = NodeProperties::GetValueInput(node, 0);
107 Node* const done = NodeProperties::GetValueInput(node, 1);
143 Node* const generator = NodeProperties::GetValueInput(node, 0);
157 Node* const generator = NodeProperties::GetValueInput(node, 0);
167 Node* const generator = NodeProperties::GetValueInput(node, 0);
177 Node* const generator = NodeProperties::GetValueInput(node, 0);
193 Node* value = NodeProperties::GetValueInput(node, 0);
316 Node* active_function = NodeProperties::GetValueInput(node, 0);
328 Node* receiver = NodeProperties::GetValueInput(node, 0);
365 Node* collection = NodeProperties::GetValueInput(node, 0)
    [all...]
js-call-reducer.cc 41 Node* target = NodeProperties::GetValueInput(node, 0);
75 : NodeProperties::GetValueInput(node, 2);
85 Node* target = NodeProperties::GetValueInput(node, 0);
108 Node* arg_array = NodeProperties::GetValueInput(node, 3);
205 HeapObjectMatcher(NodeProperties::GetValueInput(node, 0)).Value());
239 Node* receiver = NodeProperties::GetValueInput(node, 1);
241 ? NodeProperties::GetValueInput(node, 2)
282 HeapObjectMatcher receiver(NodeProperties::GetValueInput(node, 1));
323 Node* receiver = NodeProperties::GetValueInput(node, 1);
368 Node* receiver_node = NodeProperties::GetValueInput(node, 1)
    [all...]
load-elimination.cc 77 Node* const value = NodeProperties::GetValueInput(node, i);
607 Node* const object = NodeProperties::GetValueInput(node, 0);
622 Node* const object = NodeProperties::GetValueInput(node, 0);
623 Node* const elements = NodeProperties::GetValueInput(node, 1);
648 Node* const object = NodeProperties::GetValueInput(node, 0);
677 Node* const object = NodeProperties::GetValueInput(node, 0);
713 Node* const object = NodeProperties::GetValueInput(node, 0);
758 Node* const object = NodeProperties::GetValueInput(node, 0);
759 Node* const new_value = NodeProperties::GetValueInput(node, 1);
795 Node* const object = NodeProperties::GetValueInput(node, 0)
    [all...]
js-create-lowering.cc 237 Node* const target = NodeProperties::GetValueInput(node, 0);
239 Node* const new_target = NodeProperties::GetValueInput(node, 1);
311 Node* const callee = NodeProperties::GetValueInput(node, 0);
436 Node* const callee = NodeProperties::GetValueInput(node, 0);
631 Node* length = NodeProperties::GetValueInput(node, 2);
    [all...]
js-typed-lowering.cc 393 Node* left() { return NodeProperties::GetValueInput(node_, 0); }
394 Node* right() { return NodeProperties::GetValueInput(node_, 1); }
648 Node* first = NodeProperties::GetValueInput(node, 0);
649 Node* second = NodeProperties::GetValueInput(node, 1);
    [all...]
js-builtin-reducer.cc 34 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0));
43 HeapObjectMatcher m(NodeProperties::GetValueInput(node_, 0));
78 Node* receiver() { return NodeProperties::GetValueInput(node_, 1); }
92 return NodeProperties::GetValueInput(node_, index + 2);
114 Node* receiver = NodeProperties::GetValueInput(node, 1);
210 Node* receiver = NodeProperties::GetValueInput(node, 1);
330 Node* iterator = NodeProperties::GetValueInput(node, 1);
500 Node* iterator = NodeProperties::GetValueInput(node, 1);
731 Node* receiver = NodeProperties::GetValueInput(node, 1);
    [all...]
js-native-context-specialization.cc 139 Node* constructor = NodeProperties::GetValueInput(node, 0);
173 Node* object = NodeProperties::GetValueInput(node, 0);
174 Node* constructor = NodeProperties::GetValueInput(node, 1);
262 Node* constructor = NodeProperties::GetValueInput(node, 0);
263 Node* object = NodeProperties::GetValueInput(node, 1);
526 Node* value = NodeProperties::GetValueInput(node, 0);
558 Node* receiver = NodeProperties::GetValueInput(node, 0);
    [all...]
escape-analysis.cc 419 Node* input1 = NodeProperties::GetValueInput(node1, i);
420 Node* input2 = NodeProperties::GetValueInput(node2, i);
434 Node* input = NodeProperties::GetValueInput(phi, static_cast<int>(i));
478 Node* old = NodeProperties::GetValueInput(rep, n);
698 Node* from = NodeProperties::GetValueInput(node, 0);
737 Node* to = NodeProperties::GetValueInput(node, 0);
738 Node* val = NodeProperties::GetValueInput(node, 1);
749 Node* to = NodeProperties::GetValueInput(node, 0);
750 Node* val = NodeProperties::GetValueInput(node, 2);
952 Node* allocate = NodeProperties::GetValueInput(node, 0)
    [all...]
common-operator-reducer.cc 130 Node* condition = NodeProperties::GetValueInput(node, 0);
131 Node* frame_state = NodeProperties::GetValueInput(node, 1);
302 Node* pop_count = NodeProperties::GetValueInput(node, 0);
303 Node* value = NodeProperties::GetValueInput(node, 1);
control-flow-optimizer.cc 75 Node* cond = NodeProperties::GetValueInput(branch, 0);
node-properties.h 44 static Node* GetValueInput(Node* node, int index);
branch-elimination.cc 89 Node* condition = NodeProperties::GetValueInput(node, 0);
90 Node* frame_state = NodeProperties::GetValueInput(node, 1);
js-generic-lowering.cc 204 Node* receiver = NodeProperties::GetValueInput(node, 0);
205 Node* key = NodeProperties::GetValueInput(node, 1);
206 Node* value = NodeProperties::GetValueInput(node, 2);
225 Node* receiver = NodeProperties::GetValueInput(node, 0);
226 Node* value = NodeProperties::GetValueInput(node, 1);
244 Node* receiver = NodeProperties::GetValueInput(node, 0);
245 Node* value = NodeProperties::GetValueInput(node, 1);
262 Node* value = NodeProperties::GetValueInput(node, 0);
verifier.cc 75 Node* input = NodeProperties::GetValueInput(node, i);
125 Node* value = NodeProperties::GetValueInput(node, i);
335 Node* const start = NodeProperties::GetValueInput(node, 0);
401 Node* input = NodeProperties::GetValueInput(node, 0);
478 Node* val = NodeProperties::GetValueInput(node, 0);
490 CHECK(NodeProperties::GetValueInput(node, i)->opcode() ==
492 NodeProperties::GetValueInput(node, i)->opcode() ==
    [all...]
js-inlining-heuristic.cc 195 Node* callee = NodeProperties::GetValueInput(node, 0);
js-inlining.cc 183 values.push_back(NodeProperties::GetValueInput(input, 1));
effect-control-linearizer.cc 209 Node* cond = NodeProperties::GetValueInput(branch, 0);
247 Node* cond1 = NodeProperties::GetValueInput(cond, index);
    [all...]
typer.cc 233 Node* operand_node = NodeProperties::GetValueInput(node, i);
    [all...]
simplified-lowering.cc     [all...]
wasm-compiler.cc     [all...]

Completed in 391 milliseconds