Lines Matching refs:HInstruction

61   HGraph* BuildIfElseWithPhi(HPhi** phi, HInstruction** input1, HInstruction** input2);
63 HGraph* BuildFieldReturn(HInstruction** field, HInstruction** ret);
64 HGraph* BuildTwoSubs(HInstruction** first_sub, HInstruction** second_sub);
65 HGraph* BuildDiv(HInstruction** div);
489 HInstruction** input1, in BuildIfElseWithPhi()
490 HInstruction** input2) { in BuildIfElseWithPhi()
495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi()
503 HInstruction* test = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
561 HInstruction *input1, *input2; in PhiHint()
640 HGraph* RegisterAllocatorTest::BuildFieldReturn(HInstruction** field, HInstruction** ret) { in BuildFieldReturn()
645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn()
676 HInstruction *field, *ret; in ExpectedInRegisterHint()
716 HGraph* RegisterAllocatorTest::BuildTwoSubs(HInstruction** first_sub, HInstruction** second_sub) { in BuildTwoSubs()
721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs()
725 HInstruction* constant1 = graph->GetIntConstant(1); in BuildTwoSubs()
726 HInstruction* constant2 = graph->GetIntConstant(2); in BuildTwoSubs()
744 HInstruction *first_sub, *second_sub; in SameAsFirstInputHint()
788 HGraph* RegisterAllocatorTest::BuildDiv(HInstruction** div) { in BuildDiv()
793 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv()
795 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv()
815 HInstruction *div; in ExpectedExactInRegisterAndSameOutputHint()
846 HInstruction* one = new (GetAllocator()) HParameterValue( in TEST_F()
848 HInstruction* two = new (GetAllocator()) HParameterValue( in TEST_F()
850 HInstruction* three = new (GetAllocator()) HParameterValue( in TEST_F()
852 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F()