Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc214 HInstruction* AddVecStore(HBasicBlock* block, in AddVecStore() function in art::LoadStoreEliminationTestBase
368 AddVecStore(entry_block_, array_, i_); in TEST_F()
369 AddVecStore(entry_block_, array_, j_); in TEST_F()
370 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
385 AddVecStore(entry_block_, array_, i_); in TEST_F()
386 AddVecStore(entry_block_, array_, i_add1_); in TEST_F()
387 HInstruction* vstore = AddVecStore(entry_block_, array_, i_); in TEST_F()
408 AddVecStore(entry_block_, array_, i_); in TEST_F()
419 AddVecStore(entry_block_, array_, i_); in TEST_F()
420 AddVecStore(entry_block_, array_, i_add4_); in TEST_F()
[all …]