Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc613 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
614 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
615 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
626 HInstruction* vstore1 = AddVecStore(loop_, array_a, phi_); in TEST_F()
627 HInstruction* vload = AddVecLoad(loop_, array_a, phi_); in TEST_F()
629 HInstruction* vstore3 = AddVecStore(loop_, array_a, phi_, vstore1->InputAt(2)); in TEST_F()
678 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
679 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
680 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
685 HInstruction* vload = AddVecLoad(loop_, array_a, phi_); in TEST_F()
[all …]