Lines Matching refs:AddInstruction
420 entry->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
428 first_block->AddInstruction(equal); in TEST_F()
429 first_block->AddInstruction(new (GetAllocator()) HIf(equal)); in TEST_F()
444 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
445 then_block->AddInstruction(new (GetAllocator()) HReturn(constant0)); in TEST_F()
446 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1)); in TEST_F()
482 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
487 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
496 code_block->AddInstruction(&cmp_lt); in TEST_F()
498 code_block->AddInstruction(&ret); in TEST_F()
531 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
541 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
554 if_block->AddInstruction(&cmp_lt); in TEST_F()
558 if_block->AddInstruction(&force_materialization); in TEST_F()
560 if_block->AddInstruction(&if_lt); in TEST_F()
564 if_true_block->AddInstruction(&ret_lt); in TEST_F()
567 if_false_block->AddInstruction(&ret_ge); in TEST_F()
613 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TestComparison()
621 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TestComparison()
683 block->AddInstruction(comparison); in TestComparison()
684 block->AddInstruction(new (GetAllocator()) HReturn(comparison)); in TestComparison()