Lines Matching refs:InputAt
377 HInstruction* first_instr = phi->InputAt(first); in FixPhisAfterPredecessorsReodering()
378 HInstruction* second_instr = phi->InputAt(second); in FixPhisAfterPredecessorsReodering()
486 HInstruction* orig_input = header_phi->InputAt(first_nonbackedge_pred_pos); in TransformLoopToSinglePreheaderFormat()
493 HInstruction* input = header_phi->InputAt(input_pos); in TransformLoopToSinglePreheaderFormat()
1109 HInstruction* initial = instruction->AsPhi()->InputAt(0); in CopyFromWithLoopPhiAdjustment()
1432 DCHECK_EQ(instruction, ctor_fence->InputAt(input_index)); in RemoveConstructorFences()
1472 if (haystack->InputAt(input_count) == needle) { in Merge()
1481 HInstruction* other_input = other->InputAt(input_count); in Merge()
1507 if (InputCount() == 1u && InputAt(0) == new_instance_inst) { in GetAssociatedAllocation()
1828 HInstruction* if_input = insert_pos->AsIf()->InputAt(0); in MoveBeforeFirstUserAndOutOfLoops()
2166 phi->ReplaceWith(phi->InputAt(1 - this_index)); in DisconnectAndDelete()
2479 return_value = last->InputAt(0); in InlineInto()
2574 return_value_phi->AddInput(last->InputAt(0)); in InlineInto()
2576 return_value = last->InputAt(0); in InlineInto()
2583 return_value_phi->AddInput(last->InputAt(0)); in InlineInto()
2637 replacement = invoke->InputAt(parameter_index++); in InlineInto()
3027 !DataType::IsFloatingPointType(cond->InputAt(0)->GetType())) { in InsertOppositeCondition()
3029 HInstruction* lhs = cond->InputAt(0); in InsertOppositeCondition()
3030 HInstruction* rhs = cond->InputAt(1); in InsertOppositeCondition()
3178 return IsGEZero(instruction->InputAt(0)) && in IsGEZero()
3179 IsGEZero(instruction->InputAt(1)); in IsGEZero()
3184 return IsGEZero(instruction->InputAt(0)); in IsGEZero()