Home
last modified time | relevance | path

Searched refs:AddVecStore (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc164 HInstruction* AddVecStore(HBasicBlock* block, in AddVecStore() function in art::LoadStoreEliminationTest
318 AddVecStore(entry_block_, array_, i_); in TEST_F()
319 AddVecStore(entry_block_, array_, j_); in TEST_F()
320 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
333 AddVecStore(entry_block_, array_, i_); in TEST_F()
334 AddVecStore(entry_block_, array_, i_add1_); in TEST_F()
335 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
354 AddVecStore(entry_block_, array_, i_); in TEST_F()
365 AddVecStore(entry_block_, array_, i_); in TEST_F()
366 AddVecStore(entry_block_, array_, i_add4_); in TEST_F()
[all …]