Home | History | Annotate | Download | only in optimizing

Lines Matching full:hadd

81   void VisitAdd(HAdd* instruction) OVERRIDE;
1233 void InstructionSimplifierVisitor::VisitAdd(HAdd* instruction) {
1713 new (allocator) HAdd(type, input_other, input_other));
1750 HAdd* add = new (allocator) HAdd(type, input_other, shl);
1949 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left, right->AsNeg()->GetInput());
1965 HAdd* add = new(GetGraph()->GetAllocator()) HAdd(type, left->AsNeg()->GetInput(), right);
2599 return HAdd::Compute<int32_t>(x, y);
2602 return HAdd::Compute<int64_t>(x, y);
2674 z = new (allocator) HAdd(type, x, const3, instruction->GetDexPc());