Searched refs:store1 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 318 HInstruction* store1 = InsertArrayStore(add, 0); in TEST_F() local 328 GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 832 HInstruction* store1 = InsertArrayStore(k_header, 0); in TEST_F() local 838 EXPECT_STREQ("periodic((0), (100)):Int32", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 1091 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local 1096 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 1101 EXPECT_TRUE(IsNarrowingLinear(store1->InputAt(1))); in TEST_F() 1105 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F() 1122 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local 1131 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() [all …]
|
D | load_store_elimination_test.cc | 283 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 291 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 309 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 314 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 579 HInstruction* store1 = AddArraySet(left, array_, i_); in TEST_F() local 589 ASSERT_TRUE(IsRemoved(store1)); in TEST_F()
|