Lines Matching refs:InputAt

1360   Primitive::Type type = condition->InputAt(0)->GetType();
1391 HInstruction* cond = instruction->InputAt(condition_input_index);
1435 Primitive::Type type = condition->InputAt(0)->GetType();
1467 if (IsBooleanValueOrMaterializedCondition(if_instr->InputAt(0))) {
1485 if (IsBooleanValueOrMaterializedCondition(deoptimize->InputAt(0))) {
1540 switch (cond->InputAt(0)->GetType()) {
1543 locations->SetInAt(1, Location::RegisterOrConstant(cond->InputAt(1)));
1560 locations->SetInAt(1, Location::RegisterOrConstant(cond->InputAt(1)));
1578 switch (cond->InputAt(0)->GetType()) {
1772 locations->SetInAt(0, parameter_visitor_.GetReturnLocation(ret->InputAt(0)->GetType()));
2460 locations->SetInAt(1, Location::RegisterOrConstant(add->InputAt(1)));
2537 locations->SetInAt(1, Location::RegisterOrConstant(sub->InputAt(1)));
2822 } else if (div->GetResultType() == Primitive::kPrimInt && div->InputAt(1)->IsConstant()) {
2834 if (div->InputAt(1)->IsConstant()) {
2836 locations->SetInAt(1, Location::ConstantLocation(div->InputAt(1)->AsConstant()));
2838 int32_t value = div->InputAt(1)->AsIntConstant()->GetValue();
2947 if (rem->GetResultType() == Primitive::kPrimInt && rem->InputAt(1)->IsConstant()) {
2960 if (rem->InputAt(1)->IsConstant()) {
2962 locations->SetInAt(1, Location::ConstantLocation(rem->InputAt(1)->AsConstant()));
2964 int32_t value = rem->InputAt(1)->AsIntConstant()->GetValue();
3081 locations->SetInAt(0, Location::RegisterOrConstant(instruction->InputAt(0)));
3224 locations->SetInAt(1, Location::RegisterOrConstant(ror->InputAt(1)));
3230 if (ror->InputAt(1)->IsConstant()) {
3231 locations->SetInAt(1, Location::ConstantLocation(ror->InputAt(1)->AsConstant()));
3272 if (op->InputAt(1)->IsConstant()) {
3273 locations->SetInAt(1, Location::ConstantLocation(op->InputAt(1)->AsConstant()));
3285 if (op->InputAt(1)->IsConstant()) {
3286 locations->SetInAt(1, Location::ConstantLocation(op->InputAt(1)->AsConstant()));
3608 switch (compare->InputAt(0)->GetType()) {
3629 LOG(FATAL) << "Unexpected type for compare operation " << compare->InputAt(0)->GetType();
3640 Primitive::Type type = compare->InputAt(0)->GetType();
3786 CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1));
3824 CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1));
3911 if (CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1))) {
4263 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
4466 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
4526 if (instruction->InputAt(2)->IsNullConstant()) {
5268 HArmDexCacheArraysBase* base = load->InputAt(0)->AsArmDexCacheArraysBase();
5755 locations->SetInAt(1, ArmEncodableConstantOrRegister(instruction->InputAt(1), opcode));
6354 invoke->InputAt(invoke->GetSpecialInputIndex())->AsArmDexCacheArraysBase();