Lines Matching refs:AddInstruction
426 entry->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
434 first_block->AddInstruction(equal); in TEST_F()
435 first_block->AddInstruction(new (GetAllocator()) HIf(equal)); in TEST_F()
450 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
451 then_block->AddInstruction(new (GetAllocator()) HReturn(constant0)); in TEST_F()
452 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1)); in TEST_F()
487 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
492 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
501 code_block->AddInstruction(&cmp_lt); in TEST_F()
503 code_block->AddInstruction(&ret); in TEST_F()
535 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
545 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
558 if_block->AddInstruction(&cmp_lt); in TEST_F()
562 if_block->AddInstruction(&force_materialization); in TEST_F()
564 if_block->AddInstruction(&if_lt); in TEST_F()
568 if_true_block->AddInstruction(&ret_lt); in TEST_F()
571 if_false_block->AddInstruction(&ret_ge); in TEST_F()
616 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TestComparison()
624 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TestComparison()
686 block->AddInstruction(comparison); in TestComparison()
687 block->AddInstruction(new (GetAllocator()) HReturn(comparison)); in TestComparison()
870 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
878 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
886 block->AddInstruction(base); in TEST_F()
889 block->AddInstruction(new (GetAllocator()) HReturn(base)); in TEST_F()