Lines Matching refs:add

188   HInstruction* add =  in TEST_F()  local
192 HInstruction* cmp2 = new (GetAllocator()) HGreaterThanOrEqual(add, array_length); in TEST_F()
194 block2->AddInstruction(add); in TEST_F()
203 HBoundsCheck(add, array_length, 0); in TEST_F()
415 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph1() local
420 loop_body->AddInstruction(add); in BuildSSAGraph1()
422 phi->AddInput(add); in BuildSSAGraph1()
525 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_minus_1); in BuildSSAGraph2() local
528 HInstruction* bounds_check = new (allocator) HBoundsCheck(add, array_length, 0); in BuildSSAGraph2()
532 loop_body->AddInstruction(add); in BuildSSAGraph2()
539 phi->AddInput(add); in BuildSSAGraph2()
639 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_increment); in BuildSSAGraph3() local
644 loop_body->AddInstruction(add); in BuildSSAGraph3()
646 phi->AddInput(add); in BuildSSAGraph3()
744 HInstruction* add = new (allocator) HAdd(DataType::Type::kInt32, phi, constant_1); in BuildSSAGraph4() local
751 loop_body->AddInstruction(add); in BuildSSAGraph4()
753 phi->AddInput(add); in BuildSSAGraph4()
818 HAdd* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_length, constant_minus_1); in TEST_F() local
819 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_i, add); in TEST_F()
824 outer_header->AddInstruction(add); in TEST_F()
835 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, sub, constant_minus_1); in TEST_F()
836 cmp = new (GetAllocator()) HGreaterThanOrEqual(phi_j, add); in TEST_F()
842 inner_header->AddInstruction(add); in TEST_F()
921 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_j, constant_1); in TEST_F()
922 inner_body_add->AddInstruction(add); in TEST_F()
924 phi_j->AddInput(add); in TEST_F()
928 add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi_i, constant_1); in TEST_F()
929 outer_body_add->AddInstruction(add); in TEST_F()
931 phi_i->AddInput(add); in TEST_F()
1091 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, constant_1); in TEST_F() local
1092 loop_body->AddInstruction(add); in TEST_F()
1094 phi->AddInput(add); in TEST_F()