Searched refs:store1 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 319 HInstruction* store1 = InsertArrayStore(add, 0); in TEST_F() local 329 GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 833 HInstruction* store1 = InsertArrayStore(k_header, 0); in TEST_F() local 839 EXPECT_STREQ("periodic((0), (100)):Int32", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 1092 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local 1097 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() 1102 EXPECT_TRUE(IsNarrowingLinear(store1->InputAt(1))); in TEST_F() 1106 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F() 1123 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local 1132 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F() [all …]
|
D | load_store_elimination_test.cc | 326 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 334 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 351 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 356 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 625 HInstruction* store1 = AddArraySet(left, array_, i_); in TEST_F() local 635 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 705 HInstruction* store1 = AddArraySet(entry_block_, array_, c0, c2); in TEST_F() local 718 ASSERT_FALSE(IsRemoved(store1)); in TEST_F() 740 HInstruction* store1 = AddArraySet(pre_header_, array_, c0, c2); in TEST_F() local 749 ASSERT_FALSE(IsRemoved(store1)); in TEST_F()
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 1466 .macro LDREXD_STREXD_LOOP addr, load1, load2, store1, store2, tmp, label 1469 strexd \tmp, \store1, \store2, [\addr] 1478 .macro ATOMIC_STORE64 addr, store1, store2, tmp1, tmp2, label 1479 LDREXD_STREXD_LOOP \addr, \tmp1, \tmp2, \store1, \store2, \tmp1, \label
|