Searched refs:store2 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 322 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F() local 331 GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 834 HInstruction* store2 = InsertArrayStore(t, 0); in TEST_F() local 840 EXPECT_STREQ("periodic((100), (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 1093 HInstruction* store2 = InsertArrayStore(basic_[0], 0); in TEST_F() local 1098 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() 1103 EXPECT_FALSE(IsNarrowingLinear(store2->InputAt(1))); in TEST_F() 1106 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F() 1126 HInstruction* store2 = InsertArrayStore(add, 0); in TEST_F() local 1133 EXPECT_STREQ("", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F() [all …]
|
D | load_store_elimination_test.cc | 328 HInstruction* store2 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 335 ASSERT_FALSE(IsRemoved(store2)); in TEST_F() 352 HInstruction* store2 = AddArraySet(entry_block_, array_, c1, c2); in TEST_F() local 357 ASSERT_FALSE(IsRemoved(store2)); in TEST_F() 628 HInstruction* store2 = AddArraySet(right, array_, i_add1_); in TEST_F() local 636 ASSERT_FALSE(IsRemoved(store2)); in TEST_F() 712 HInstruction* store2 = AddArraySet(loop_, array_b, phi_, load); in TEST_F() local 719 ASSERT_TRUE(IsRemoved(store2)); in TEST_F() 743 HInstruction* store2 = AddArraySet(loop_, array2, phi_, load); in TEST_F() local 750 ASSERT_FALSE(IsRemoved(store2)); 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
|