Searched refs:vstore (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 227 HInstruction* vstore = in AddVecStore() local 236 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore() 237 return vstore; in AddVecStore() 370 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local 376 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 387 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local 393 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 770 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload); in TEST_F() local 777 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 795 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload); in TEST_F() local [all …]
|