Lines Matching refs:InputAt

1584       locations->SetInAt(1, ARM64EncodableConstantOrRegister(instr->InputAt(1), instr));
1676 if (Primitive::IsFloatingPointType(instruction->InputAt(1)->GetType())) {
1717 if (CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1))) {
1784 locations->SetInAt(1, Location::RegisterOrConstant(instr->InputAt(1)));
1883 locations->SetInAt(0, Location::ConstantLocation(instruction->InputAt(0)->AsConstant()));
1933 DCHECK(instruction->InputAt(0)->AsConstant()->IsArithmeticZero());
1975 HInstruction* accumulator = instr->InputAt(HMultiplyAccumulate::kInputAccumulatorIndex);
2016 HInstruction* accum_instr = instr->InputAt(HMultiplyAccumulate::kInputAccumulatorIndex);
2035 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
2139 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
2330 locations->SetInAt(1, ARM64EncodableConstantOrRegister(instruction->InputAt(1), instruction));
2396 Primitive::Type in_type = compare->InputAt(0)->GetType();
2405 locations->SetInAt(1, ARM64EncodableConstantOrRegister(compare->InputAt(1), compare));
2413 IsFloatingPointZeroConstant(compare->InputAt(1))
2414 ? Location::ConstantLocation(compare->InputAt(1)->AsConstant())
2425 Primitive::Type in_type = compare->InputAt(0)->GetType();
2461 if (Primitive::IsFloatingPointType(instruction->InputAt(0)->GetType())) {
2464 IsFloatingPointZeroConstant(instruction->InputAt(1))
2465 ? Location::ConstantLocation(instruction->InputAt(1)->AsConstant())
2470 locations->SetInAt(1, ARM64EncodableConstantOrRegister(instruction->InputAt(1), instruction));
2487 if (Primitive::IsFloatingPointType(instruction->InputAt(0)->GetType())) {
2669 locations->SetInAt(1, Location::RegisterOrConstant(div->InputAt(1)));
2708 locations->SetInAt(0, Location::RegisterOrConstant(instruction->InputAt(0)));
2813 HInstruction* cond = instruction->InputAt(condition_input_index);
2855 Primitive::Type type = condition->InputAt(0)->GetType();
2921 if (IsBooleanValueOrMaterializedCondition(if_instr->InputAt(0))) {
2939 if (IsBooleanValueOrMaterializedCondition(deoptimize->InputAt(0))) {
2962 Primitive::IsFloatingPointType(condition->InputAt(0)->GetType());
3007 locations->SetInAt(0, Location::ConstantLocation(select->InputAt(0)->AsConstant()));
3013 locations->SetInAt(1, Location::ConstantLocation(select->InputAt(1)->AsConstant()));
4205 locations->SetInAt(0, ARM64EncodableConstantOrRegister(neg->InputAt(0), neg));
4352 __ Cbz(RegisterFrom(obj, instruction->InputAt(0)->GetType()), slow_path->GetEntryLabel());
4424 locations->SetInAt(1, Location::RegisterOrConstant(rem->InputAt(1)));
4482 Primitive::Type return_type = instruction->InputAt(0)->GetType();