Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc3725 HInstruction* store_two = MakeIFieldSet(new_inst, c5, MemberOffset(32)); in TEST_F() local
3727 set_two->AddInstruction(store_two); in TEST_F()
3779 EXPECT_EQ(store_two->InputAt(0), materialization_ins_two); in TEST_F()
3856 HInstruction* store_two = MakeIFieldSet(new_inst, c5, MemberOffset(32)); in TEST_F() local
3858 set_two->AddInstruction(store_two); in TEST_F()
3909 EXPECT_INS_EQ(store_two->InputAt(0), new_phi) << *store_two << " vs " << *new_phi; in TEST_F()
3990 HInstruction* store_two = MakeIFieldSet(new_inst, add_two, MemberOffset(32)); in TEST_F() local
3995 set_two_and_escape->AddInstruction(store_two); in TEST_F()