Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc171 HInstruction* AddVecStore(HBasicBlock* block, in AddVecStore() function in art::LoadStoreEliminationTest
327 AddVecStore(entry_block_, array_, i_); in TEST_F()
328 AddVecStore(entry_block_, array_, j_); in TEST_F()
329 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
343 AddVecStore(entry_block_, array_, i_); in TEST_F()
344 AddVecStore(entry_block_, array_, i_add1_); in TEST_F()
345 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
365 AddVecStore(entry_block_, array_, i_); in TEST_F()
376 AddVecStore(entry_block_, array_, i_); in TEST_F()
377 AddVecStore(entry_block_, array_, i_add4_); in TEST_F()
[all …]