Lines Matching refs:vstore
187 HInstruction* vstore = new (GetAllocator()) HVecStore( in AddVecStore() local
196 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore()
197 return vstore; in AddVecStore()
329 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local
333 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
345 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local
349 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
686 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local
691 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
710 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local
715 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
788 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local
795 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()
819 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local
826 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F()