Lines Matching refs:InputAt

1289   Primitive::Type type = condition->InputAt(0)->GetType();
1371 Primitive::Type type = condition->InputAt(0)->GetType();
1404 !Primitive::IsFloatingPointType(cond->InputAt(0)->GetType());
1412 HInstruction* cond = instruction->InputAt(condition_input_index);
1468 Primitive::Type type = condition->InputAt(0)->GetType();
1501 if (IsBooleanValueOrMaterializedCondition(if_instr->InputAt(0))) {
1519 if (IsBooleanValueOrMaterializedCondition(deoptimize->InputAt(0))) {
1541 Primitive::IsFloatingPointType(condition->InputAt(0)->GetType())) {
1557 if (select->InputAt(1)->IsConstant()) {
1645 switch (cond->InputAt(0)->GetType()) {
1676 switch (cond->InputAt(0)->GetType()) {
1832 switch (compare->InputAt(0)->GetType()) {
1852 LOG(FATAL) << "Unexpected type for compare operation " << compare->InputAt(0)->GetType();
1863 Primitive::Type type = compare->InputAt(0)->GetType();
2011 switch (ret->InputAt(0)->GetType()) {
2028 LOG(FATAL) << "Unexpected return type " << ret->InputAt(0)->GetType();
2034 switch (ret->InputAt(0)->GetType()) {
2052 LOG(FATAL) << "Unexpected return type " << ret->InputAt(0)->GetType();
2870 locations->SetInAt(1, Location::RegisterOrConstant(add->InputAt(1)));
2878 locations->SetInAt(1, Location::RegisterOrInt32Constant(add->InputAt(1)));
3000 locations->SetInAt(1, Location::RegisterOrInt32Constant(sub->InputAt(1)));
3086 if (mul->InputAt(1)->IsIntConstant()) {
3097 if (mul->InputAt(1)->IsLongConstant() &&
3098 IsInt<32>(mul->InputAt(1)->AsLongConstant()->GetValue())) {
3128 if (mul->InputAt(1)->IsIntConstant()) {
3129 Immediate imm(mul->InputAt(1)->AsIntConstant()->GetValue());
3144 if (mul->InputAt(1)->IsLongConstant()) {
3145 int64_t value = mul->InputAt(1)->AsLongConstant()->GetValue();
3550 locations->SetInAt(1, Location::RegisterOrConstant(div->InputAt(1)));
3557 if (div->InputAt(1)->IsConstant()) {
3634 locations->SetInAt(1, Location::RegisterOrConstant(rem->InputAt(1)));
3640 if (rem->InputAt(1)->IsConstant()) {
3748 locations->SetInAt(1, Location::ByteRegisterOrConstant(RCX, op->InputAt(1)));
3824 locations->SetInAt(1, Location::ByteRegisterOrConstant(RCX, ror->InputAt(1)));
4212 CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1));
4215 if (Primitive::IsFloatingPointType(instruction->InputAt(1)->GetType())) {
4218 locations->SetInAt(1, Location::FpuRegisterOrInt32Constant(instruction->InputAt(1)));
4220 locations->SetInAt(1, Location::FpuRegisterOrConstant(instruction->InputAt(1)));
4225 locations->SetInAt(1, Location::RegisterOrInt32Constant(instruction->InputAt(1)));
4227 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
4352 if (CodeGenerator::StoreNeedsWriteBarrier(field_type, instruction->InputAt(1))) {
4521 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
4710 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));
4712 locations->SetInAt(2, Location::FpuRegisterOrConstant(instruction->InputAt(2)));
4714 locations->SetInAt(2, Location::RegisterOrConstant(instruction->InputAt(2)));
4781 DCHECK(instruction->InputAt(2)->IsNullConstant());
4988 locations->SetInAt(0, Location::RegisterOrConstant(instruction->InputAt(0)));
4989 locations->SetInAt(1, Location::RegisterOrConstant(instruction->InputAt(1)));