Searched refs:HAdd (Results 1 - 16 of 16) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc190 HInstruction* add = new (&allocator_) HAdd(Primitive::kPrimInt, parameter2, constant_max_int);
415 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
525 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_minus_1);
531 HInstruction* add_phi = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
640 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
741 HAdd(Primitive::kPrimInt, sub, constant_minus_1);
745 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_1);
819 HAdd* add = new (&allocator_) HAdd(Primitive::kPrimInt, array_length, constant_minus_1);
836 add = new (&allocator_) HAdd(Primitiv
[all...]
H A Dinduction_var_analysis_test.cc100 increment_[d] = new (&allocator_) HAdd(Primitive::kPrimInt, basic_[d], constant1_);
257 new (&allocator_) HAdd(Primitive::kPrimInt, constant100_, basic_[0]), 0);
289 new (&allocator_) HAdd(Primitive::kPrimInt, k, constant100_), 0);
320 HInstruction* inc1 = new (&allocator_) HAdd(Primitive::kPrimInt, k_header, constant1_);
324 HInstruction* inc2 = new (&allocator_) HAdd(Primitive::kPrimInt, k_header, constant1_);
352 HInstruction* inc1 = new (&allocator_) HAdd(Primitive::kPrimInt, basic_[0], constant1_);
356 HInstruction* inc2 = new (&allocator_) HAdd(Primitive::kPrimInt, basic_[0], constant1_);
429 new (&allocator_) HAdd(Primitive::kPrimInt, k, constant100_), 0);
524 new (&allocator_) HAdd(Primitive::kPrimInt, k_body, constant100_), 0);
561 new (&allocator_) HAdd(Primitiv
[all...]
H A Dinstruction_simplifier.cc69 void VisitAdd(HAdd* instruction) OVERRIDE;
895 void InstructionSimplifierVisitor::VisitAdd(HAdd* instruction) {
1202 new (allocator) HAdd(type, input_other, input_other));
1236 HAdd* add = new (allocator) HAdd(type, input_other, shl);
1420 HAdd* add = new(GetGraph()->GetArena()) HAdd(type, left, right->AsNeg()->GetInput());
1436 HAdd* add = new(GetGraph()->GetArena()) HAdd(type, left->AsNeg()->GetInput(), right);
H A Dlive_ranges_test.cc350 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd();
428 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd();
H A Dpc_relative_fixups_x86.cc44 void VisitAdd(HAdd* add) OVERRIDE {
H A Dinstruction_builder.cc1995 Binop_23x<HAdd>(instruction, Primitive::kPrimInt, dex_pc);
2000 Binop_23x<HAdd>(instruction, Primitive::kPrimLong, dex_pc);
2005 Binop_23x<HAdd>(instruction, Primitive::kPrimDouble, dex_pc);
2010 Binop_23x<HAdd>(instruction, Primitive::kPrimFloat, dex_pc);
2035 Binop_12x<HAdd>(instruction, Primitive::kPrimInt, dex_pc);
2164 Binop_12x<HAdd>(instruction, Primitive::kPrimLong, dex_pc);
2169 Binop_12x<HAdd>(instruction, Primitive::kPrimDouble, dex_pc);
2174 Binop_12x<HAdd>(instruction, Primitive::kPrimFloat, dex_pc);
2323 Binop_22s<HAdd>(instruction, false, dex_pc);
2353 Binop_22b<HAdd>(instructio
[all...]
H A Dinduction_var_range.cc687 operation = new (graph->GetArena()) HAdd(type, opa, opb); break;
766 oper = new (graph->GetArena()) HAdd(type, opa, opb);
H A Dbounds_check_elimination.cc968 void VisitAdd(HAdd* add) OVERRIDE {
1184 HAdd(Primitive::kPrimInt, base, GetGraph()->GetIntConstant(min_c));
1185 upper = new (GetGraph()->GetArena()) HAdd(Primitive::kPrimInt, base, upper);
H A Dinduction_var_range_test.cc100 increment_ = new (&allocator_) HAdd(Primitive::kPrimInt, phi, graph_->GetIntConstant(stride));
H A Dnodes.h4237 class HAdd : public HBinaryOperation { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4239 HAdd(Primitive::Type result_type, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HAdd
4269 DISALLOW_COPY_AND_ASSIGN(HAdd);
H A Dcode_generator_mips64.cc1258 void LocationsBuilderMIPS64::VisitAdd(HAdd* instruction) {
1262 void InstructionCodeGeneratorMIPS64::VisitAdd(HAdd* instruction) {
H A Dcode_generator_arm64.cc1831 void LocationsBuilderARM64::VisitAdd(HAdd* instruction) {
1835 void InstructionCodeGeneratorARM64::VisitAdd(HAdd* instruction) {
H A Dcode_generator_mips.cc1636 void LocationsBuilderMIPS::VisitAdd(HAdd* instruction) {
1640 void InstructionCodeGeneratorMIPS::VisitAdd(HAdd* instruction) {
H A Dcode_generator_arm.cc2454 void LocationsBuilderARM::VisitAdd(HAdd* add) {
2485 void InstructionCodeGeneratorARM::VisitAdd(HAdd* add) {
H A Dcode_generator_x86.cc2717 void LocationsBuilderX86::VisitAdd(HAdd* add) {
2755 void InstructionCodeGeneratorX86::VisitAdd(HAdd* add) {
H A Dcode_generator_x86_64.cc2864 void LocationsBuilderX86_64::VisitAdd(HAdd* add) {
2896 void InstructionCodeGeneratorX86_64::VisitAdd(HAdd* add) {

Completed in 3643 milliseconds