Searched refs:store1 (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A 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 …]
|
H A D | load_store_elimination_test.cc | 495 HInstruction* store1 = AddArraySet(entry_block_, array_, c1, c1); in TEST_F() local 503 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 525 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 780 HInstruction* store1 = AddArraySet(left, array_, i_); in TEST_F() local 790 ASSERT_TRUE(IsRemoved(store1)); in TEST_F() 871 ASSERT_FALSE(IsRemoved(store1)); in TEST_F() 902 ASSERT_FALSE(IsRemoved(store1)); in TEST_F() 2605 entry->AddInstruction(store1); in TEST_P() 2609 entry->AddInstruction(store1); in TEST_P() 2769 entry->AddInstruction(store1); in TEST_P() [all …]
|
/aosp12/art/runtime/interpreter/mterp/armng/ |
H A D | main.S | 1469 .macro LDREXD_STREXD_LOOP addr, load1, load2, store1, store2, tmp, label 1472 strexd \tmp, \store1, \store2, [\addr] 1481 .macro ATOMIC_STORE64 addr, store1, store2, tmp1, tmp2, label 1482 LDREXD_STREXD_LOOP \addr, \tmp1, \tmp2, \store1, \store2, \tmp1, \label
|