Lines Matching refs:parameter

758   HInstruction* parameter = new (&allocator_) HParameterValue(  in TEST_F()  local
760 entry_block->AddInstruction(parameter); in TEST_F()
766 block->AddInstruction(last = new (&allocator_) HAbove(zero, parameter)); in TEST_F()
767 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
768 block->AddInstruction(last = new (&allocator_) HAbove(parameter, zero)); in TEST_F()
769 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
770 block->AddInstruction(last = new (&allocator_) HAboveOrEqual(zero, parameter)); in TEST_F()
771 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
772 block->AddInstruction(last = new (&allocator_) HAboveOrEqual(parameter, zero)); in TEST_F()
773 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
774 block->AddInstruction(last = new (&allocator_) HBelow(zero, parameter)); in TEST_F()
775 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
776 block->AddInstruction(last = new (&allocator_) HBelow(parameter, zero)); in TEST_F()
777 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
778 block->AddInstruction(last = new (&allocator_) HBelowOrEqual(zero, parameter)); in TEST_F()
779 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()
780 block->AddInstruction(last = new (&allocator_) HBelowOrEqual(parameter, zero)); in TEST_F()
781 block->AddInstruction(new (&allocator_) HSelect(last, parameter, parameter, 0)); in TEST_F()