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.cc661 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
662 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
663 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
666 HInstruction* ret = new (GetAllocator()) HReturn(array_a); in TEST_F()
678 HInstruction* vstore1 = AddVecStore(loop_, array_a, phi_); in TEST_F()
679 HInstruction* vload = AddVecLoad(loop_, array_a, phi_); in TEST_F()
681 HInstruction* vstore3 = AddVecStore(loop_, array_a, phi_, vstore1->InputAt(2)); in TEST_F()
762 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local
763 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F()
764 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()
[all …]