Searched refs:vstore (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 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 [all …]
|