HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceInput (Results 1 - 25 of 48) sorted by null

1 2

  /external/v8/src/compiler/
diamond.h 36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); }
39 void Chain(Node* that) { branch->ReplaceInput(1, that); }
44 branch->ReplaceInput(1, that.if_true);
45 that.merge->ReplaceInput(0, merge);
47 branch->ReplaceInput(1, that.if_false);
48 that.merge->ReplaceInput(1, merge);
select-lowering.cc 33 node->ReplaceInput(0, vthen);
34 node->ReplaceInput(1, velse);
35 node->ReplaceInput(2, d.merge);
tail-call-optimization.cc 70 node->ReplaceInput(0, NodeProperties::GetEffectInput(call));
71 node->ReplaceInput(1, NodeProperties::GetControlInput(call));
control-flow-optimizer.cc 110 if_true->ReplaceInput(0, node);
128 node->ReplaceInput(0, index);
130 if_true->ReplaceInput(0, node);
133 if_false->ReplaceInput(0, node);
machine-operator-reducer.cc 184 node->ReplaceInput(0, msub.left().node());
185 node->ReplaceInput(1, msub.right().node());
199 node->ReplaceInput(0, msub.left().node());
200 node->ReplaceInput(1, msub.right().node());
223 node->ReplaceInput(0, Int32Constant(0));
224 node->ReplaceInput(1, m.left().node());
229 node->ReplaceInput(1, Int32Constant(WhichPowerOf2(m.right().Value())));
239 node->ReplaceInput(1, m.left().node());
244 node->ReplaceInput(0, Int32Constant(0));
245 node->ReplaceInput(1, m.left().node())
    [all...]
js-generic-lowering.cc 214 node->ReplaceInput(Descriptor::kReceiver, receiver);
215 node->ReplaceInput(Descriptor::kName, key);
216 node->ReplaceInput(Descriptor::kValue, value);
217 node->ReplaceInput(Descriptor::kSlot,
219 node->ReplaceInput(Descriptor::kVector, vector);
234 node->ReplaceInput(Descriptor::kReceiver, receiver);
235 node->ReplaceInput(Descriptor::kName, jsgraph()->HeapConstant(p.name()));
236 node->ReplaceInput(Descriptor::kValue, value);
237 node->ReplaceInput(Descriptor::kSlot,
239 node->ReplaceInput(Descriptor::kVector, vector)
    [all...]
dead-code-elimination.cc 52 if (i != live_input_count) node->ReplaceInput(live_input_count, input);
84 node->ReplaceInput(live_input_count, input);
88 use->ReplaceInput(live_input_count, use->InputAt(i));
119 use->ReplaceInput(live_input_count, node);
js-typed-lowering.cc 121 node_->ReplaceInput(0, left_input);
135 node_->ReplaceInput(1, right_input);
147 node_->ReplaceInput(0, left_input);
153 node_->ReplaceInput(1, right_input);
165 node_->ReplaceInput(0, left_input);
172 node_->ReplaceInput(1, right_input);
206 node_->ReplaceInput(0, left_input);
207 node_->ReplaceInput(1, right_input);
212 node_->ReplaceInput(0, ConvertToUI32(left(), left_signedness));
213 node_->ReplaceInput(1, ConvertToUI32(right(), right_signedness))
    [all...]
int64-lowering.cc 175 node->ReplaceInput(2, high_node);
179 node->ReplaceInput(1, index_low);
229 node->ReplaceInput(3, high_node);
236 node->ReplaceInput(1, index_low);
237 node->ReplaceInput(2, GetReplacementLow(value));
334 node->ReplaceInput(1, GetReplacementLow(right));
338 node->ReplaceInput(0, GetReplacementLow(left));
354 node->ReplaceInput(1, GetReplacementLow(right));
358 node->ReplaceInput(0, GetReplacementLow(left));
374 node->ReplaceInput(1, GetReplacementLow(right))
    [all...]
loop-peeling.cc 143 copy->ReplaceInput(i, map(original->InputAt(i)));
257 node->ReplaceInput(0, phi);
267 node->ReplaceInput(0, peeling.map(node->InputAt(1)));
271 loop_node->ReplaceInput(0, new_entry);
280 exit->ReplaceInput(1, peeling.map(exit->InputAt(0)));
js-intrinsic-lowering.cc 398 node->ReplaceInput(0, a);
399 node->ReplaceInput(1, b);
409 node->ReplaceInput(0, a);
410 node->ReplaceInput(1, b);
411 node->ReplaceInput(2, c);
421 node->ReplaceInput(0, a);
422 node->ReplaceInput(1, b);
423 node->ReplaceInput(2, c);
424 node->ReplaceInput(3, d);
node-properties.cc 142 node->ReplaceInput(FirstValueIndex(node) + index, value);
150 node->ReplaceInput(0, value);
159 node->ReplaceInput(FirstContextIndex(node), context);
166 node->ReplaceInput(FirstControlIndex(node) + index, control);
173 return node->ReplaceInput(FirstEffectIndex(node) + index, effect);
180 node->ReplaceInput(FirstFrameStateIndex(node), frame_state);
simplified-operator-reducer.cc 145 node->ReplaceInput(0, m.InputAt(0));
161 node->ReplaceInput(0, m.InputAt(0));
190 node->ReplaceInput(0, m.InputAt(0));
227 node->ReplaceInput(0, a);
js-call-reducer.cc 99 node->ReplaceInput(0, node->InputAt(1));
100 node->ReplaceInput(1, jsgraph()->UndefinedConstant());
219 node->ReplaceInput(0, node->InputAt(1));
220 node->ReplaceInput(1, jsgraph()->UndefinedConstant());
254 node->ReplaceInput(0, receiver);
255 node->ReplaceInput(1, object);
256 node->ReplaceInput(2, context);
257 node->ReplaceInput(3, frame_state);
258 node->ReplaceInput(4, effect);
259 node->ReplaceInput(5, control)
    [all...]
osr.cc 123 copy->ReplaceInput(j, mapping->at(orig->InputAt(j)->id()));
182 copy->ReplaceInput(0, input);
204 copy->ReplaceInput(0, merge);
213 copy->ReplaceInput(0, phi);
liveness-analyzer.cc 141 frame_state->ReplaceInput(1, new_values);
154 frame_state->ReplaceInput(2, new_value);
node.cc 190 ReplaceInput(i, InputAt(i - 1));
192 ReplaceInput(index, new_to);
205 ReplaceInput(i, InputAt(i - count));
208 ReplaceInput(index + i, nullptr);
217 ReplaceInput(index, InputAt(index + 1));
simd-scalar-lowering.cc 169 rep_nodes[0]->ReplaceInput(2, rep_nodes[1]);
195 rep_nodes[0]->ReplaceInput(2, rep_inputs[0]);
207 rep_nodes[0]->ReplaceInput(3, rep_nodes[1]);
372 rep_node[j]->ReplaceInput(i, rep_input[j]);
435 node->ReplaceInput(i, GetReplacements(input)[0]);
common-operator-reducer.cc 101 node->ReplaceInput(0, cond->InputAt(0));
418 node->ReplaceInput(0, a);
427 node->ReplaceInput(0, a);
428 node->ReplaceInput(1, b);
  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 67 ReplaceInput(ret, value, 0, true);
106 ReplaceInput(bin, rhs, 1, false);
190 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) {
198 insn->ReplaceInput(load_constant, input_index);
229 ReplaceInput(invoke, input, i, true);
select_generator.cc 159 false_block->GetFirstInstruction()->ReplaceInput(select, 0);
161 phi->ReplaceInput(select, predecessor_index_false);
induction_var_analysis_test.cc     [all...]
instruction_simplifier.cc 194 binop->ReplaceInput(left_neg->GetInput(), 0);
195 binop->ReplaceInput(right_neg->GetInput(), 1);
368 instruction->ReplaceInput(GetGraph()->GetIntConstant(masked_cst), /* index */ 1);
393 instruction->ReplaceInput(bin_op->GetLeastConstantLeft(), 1);
402 instruction->ReplaceInput(shift_amount->AsTypeConversion()->GetInput(), 1);
    [all...]
instruction_simplifier_mips.cc 116 access->ReplaceInput(address, 1);
instruction_simplifier_shared.cc 265 access->ReplaceInput(address, 0);
334 access->ReplaceInput(address, 1);

Completed in 475 milliseconds

1 2