Searched refs:array_a (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 594 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local 595 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F() 596 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 607 HInstruction* vstore1 = AddVecStore(loop_, array_a, phi_); in TEST_F() 608 HInstruction* vload = AddVecLoad(loop_, array_a, phi_); in TEST_F() 610 HInstruction* vstore3 = AddVecStore(loop_, array_a, phi_, vstore1->InputAt(2)); in TEST_F() 657 HInstruction* array_a = new (GetAllocator()) HNewArray(c0, c128, 0, 0); in TEST_F() local 658 pre_header_->InsertInstructionBefore(array_a, pre_header_->GetLastInstruction()); in TEST_F() 659 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F() 664 HInstruction* vload = AddVecLoad(loop_, array_a, phi_); in TEST_F() [all …]
|