Searched refs:ReplaceInput (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc67 ReplaceInput(ret, value, 0, true);
106 ReplaceInput(bin, rhs, 1, false);
190 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) { function in class:art::x86::PCRelativeHandlerVisitor
198 insn->ReplaceInput(load_constant, input_index);
229 ReplaceInput(invoke, input, i, true);
H A Dselect_generator.cc159 false_block->GetFirstInstruction()->ReplaceInput(select, 0);
161 phi->ReplaceInput(select, predecessor_index_false);
H A Dinduction_var_analysis_test.cc1216 basic_[0]->ReplaceInput(graph_->GetIntConstant(-128), 0);
1218 ifs->ReplaceInput(graph_->GetIntConstant(127), 1);
1222 basic_[0]->ReplaceInput(conv, 1);
1242 basic_[0]->ReplaceInput(graph_->GetIntConstant(-128), 0);
1244 ifs->ReplaceInput(graph_->GetIntConstant(128), 1);
1248 basic_[0]->ReplaceInput(conv, 1);
1268 basic_[0]->ReplaceInput(graph_->GetIntConstant(-32768), 0);
1270 ifs->ReplaceInput(graph_->GetIntConstant(32767), 1);
1274 basic_[0]->ReplaceInput(conv, 1);
1294 basic_[0]->ReplaceInput(graph
[all...]
H A Dinstruction_simplifier.cc194 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);
912 select->ReplaceInput(false_value, 0);
913 select->ReplaceInput(true_value, 1);
914 select->ReplaceInput(condition, 2);
993 instruction->ReplaceInput(condition->InputAt(0), 0);
1594 condition->ReplaceInput(lef
[all...]
H A Dinstruction_simplifier_mips.cc116 access->ReplaceInput(address, 1);
H A Dinstruction_simplifier_shared.cc265 access->ReplaceInput(address, 0);
334 access->ReplaceInput(address, 1);
H A Dssa_builder.cc57 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0);
202 phi->ReplaceInput(equivalent, i);
391 aset->ReplaceInput(equivalent, /* input_index */ 2);
H A Dsuperblock_cloner.cc391 phi->ReplaceInput(GetInstrCopy(input), i);
H A Dnodes.cc377 phi->ReplaceInput(first_instr, second);
378 phi->ReplaceInput(second_instr, first);
485 header_phi->ReplaceInput(preheader_phi, first_nonbackedge_pred_pos);
1283 // Increment `it` now because `*it` may disappear thanks to user->ReplaceInput().
1286 user->ReplaceInput(replacement, index);
1291 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { function in class:art::HInstruction
H A Dreference_type_propagation.cc246 // Increment `it` now because `*it` may disappear thanks to user->ReplaceInput().
273 user->ReplaceInput(bound_type, index);
H A Dnodes.h2205 void ReplaceInput(HInstruction* replacement, size_t index);
2211 other->ReplaceInput(this, use_index);
3473 ReplaceInput(right, 0);
3474 ReplaceInput(left, 1);
3494 ReplaceInput(right, 0);
3495 ReplaceInput(left, 1);
H A Dbounds_check_elimination.cc1837 // Increment `it2` now because `*it2` may disappear thanks to user->ReplaceInput().
1843 user->ReplaceInput(phi, index); // Removes the use node from the list.
H A Dinduction_var_analysis.cc174 user->ReplaceInput(replacement, index);
H A Dloop_optimization.cc2358 user->ReplaceInput(replacement, index);

Completed in 270 milliseconds