Home | History | Annotate | Download | only in optimizing

Lines Matching full:hadd

189       new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter2, constant_max_int);
415 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment);
525 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_minus_1);
531 HInstruction* add_phi = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment);
638 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment);
739 HAdd(DataType::Type::kInt32, sub, constant_minus_1);
743 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_1);
817 HAdd* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_length, constant_minus_1);
834 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, sub, constant_minus_1);
857 HInstruction* j_plus_1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1);
875 j_plus_1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1);
920 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1);
927 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_i, constant_1);
1086 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, constant_1);