Lines Matching refs:vstore
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
802 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
872 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload); in TEST_F() local
881 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
904 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload); in TEST_F() local
913 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()