Searched refs:input_vreg (Results 1 – 2 of 2) sorted by relevance
1660 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local1661 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg); in MeetConstraintsBefore()1662 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore()1677 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local1678 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg); in MeetConstraintsBefore()1682 if (code()->IsReference(input_vreg) && !code()->IsReference(output_vreg)) { in MeetConstraintsBefore()1688 } else if (!code()->IsReference(input_vreg) && in MeetConstraintsBefore()
856 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBetween() local863 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()869 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()