Searched refs:vstore (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 180 HInstruction* vstore = new (GetAllocator()) HVecStore( in AddVecStore() local 189 block->InsertInstructionBefore(vstore, block->GetLastInstruction()); in AddVecStore() 190 return vstore; in AddVecStore() 320 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local 324 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 335 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F() local 339 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 665 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local 670 ASSERT_FALSE(IsRemoved(vstore)); in TEST_F() 688 HInstruction* vstore = AddVecStore(return_block_, array_, c0, vload->AsVecLoad()); in TEST_F() local [all …]
|