• Home
  • Raw
  • Download

Lines Matching refs:c2

518   HInstruction* c2 = graph_->GetIntConstant(2);  in TEST_F()  local
529 HInstruction* load2 = AddArrayGet(entry_block_, array_, c2); in TEST_F()
546 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
554 AddArraySet(entry_block_, array_, c2, c1); in TEST_F()
556 HInstruction* store2 = AddArraySet(entry_block_, array_, c1, c2); in TEST_F()
894 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
901 HInstruction* store1 = AddArraySet(entry_block_, array_, c0, c2); in TEST_F()
910 HInstruction* store3 = AddArraySet(return_block_, array_, c0, c2); in TEST_F()
930 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
936 HInstruction* store1 = AddArraySet(pre_header_, array_, c0, c2); in TEST_F()
941 HInstruction* store3 = AddArraySet(return_block_, array_, c0, c2); in TEST_F()
1999 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
2023 HInstruction* write_c2 = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
2114 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
2135 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(16)); in TEST_F()
2154 ASSERT_TRUE(phi_final->GetInputs()[1] == c2); in TEST_F()
2191 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
2210 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
2270 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
2293 HInstruction* write_right_first = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
2353 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
2372 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
2928 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_P() local
2966 HInstruction* write_right1 = MakeIFieldSet(new_inst1, c2, MemberOffset(32)); in TEST_P()
3005 return p->GetType() == DataType::Type::kInt32 && p->InputAt(1) == c2; in TEST_P()
3044 EXPECT_INS_EQ(merge_value_return1->InputAt(1), c2) << " merge val is: " << *merge_value_return1; in TEST_P()
4080 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4101 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4171 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4207 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4265 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4284 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4349 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4377 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4453 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4487 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4559 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4590 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4654 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4676 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4737 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
4762 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
4834 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_P() local
4870 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_P()
4959 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_P() local
4994 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_P()
5085 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_P() local
5106 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_P()
5211 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_P() local
5250 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_P()
5361 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
5379 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
5455 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
5476 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
5553 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
5573 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
5609 EXPECT_INS_EQ(merge_value_return->InputAt(1), c2) << " merge val is: " << *merge_value_return; in TEST_F()
5650 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
5683 HInstruction* write_right1 = MakeIFieldSet(new_inst1, c2, MemberOffset(32)); in TEST_F()
5717 return p->GetType() == DataType::Type::kInt32 && p->InputAt(1) == c2; in TEST_F()
5750 EXPECT_INS_EQ(merge_value_return1->InputAt(1), c2) << " merge val is: " << *merge_value_return1; in TEST_F()
5799 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
5831 HInstruction* write_right1 = MakeIFieldSet(new_inst1, c2, MemberOffset(32)); in TEST_F()
5866 return p->GetType() == DataType::Type::kInt32 && p->InputAt(1) == c2; in TEST_F()
5899 EXPECT_INS_EQ(merge_value_return1->InputAt(1), c2) << " merge val is: " << *merge_value_return1; in TEST_F()
6097 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
6117 HInstruction* write_start_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
6336 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
6356 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
6415 EXPECT_INS_EQ(merge_value_merge->InputAt(1), c2) in TEST_F()
6470 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
6490 HInstruction* write_right = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
6548 EXPECT_INS_EQ(merge_value_merge->InputAt(1), c2) << " phi is: " << *merge_value_merge; in TEST_F()
6704 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
6728 HInstruction* write_c2 = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()
6887 HInstruction* c2 = graph_->GetIntConstant(2); in TEST_F() local
6911 HInstruction* write_c2 = MakeIFieldSet(new_inst, c2, MemberOffset(32)); in TEST_F()