Home
last modified time | relevance | path

Searched refs:vstore (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc212 HInstruction* vstore = in AddVecStore() local
221 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore()
222 return vstore; in AddVecStore()
539 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local
543 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
554 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local
558 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
928 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
951 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
1028 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
[all …]