Searched refs:switch_inst (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier_test.cc | 159 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value); in TEST_F() local 161 entry->AddInstruction(switch_inst); in TEST_F() 251 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value); in TEST_F() local 253 entry->AddInstruction(switch_inst); in TEST_F()
|
H A D | load_store_elimination_test.cc | 1964 bswitch->AddInstruction(switch_inst); in TEST_F() 3713 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 3716 entry->AddInstruction(switch_inst); in TEST_F() 3838 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 3841 entry->AddInstruction(switch_inst); in TEST_F() 3973 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 3976 entry->AddInstruction(switch_inst); in TEST_F() 6793 bswitch->AddInstruction(switch_inst); in TEST_F() 6980 bswitch->AddInstruction(switch_inst); in TEST_F() 7931 entry->AddInstruction(switch_inst); in TEST_F() [all …]
|