Searched refs:input_vreg (Results 1 – 2 of 2) sorted by relevance
1758 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local1759 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg); in MeetConstraintsBefore()1760 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore()1775 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local1776 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg); in MeetConstraintsBefore()1780 if (code()->IsReference(input_vreg) && !code()->IsReference(output_vreg)) { in MeetConstraintsBefore()1786 } else if (!code()->IsReference(input_vreg) && in MeetConstraintsBefore()
857 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBetween() local864 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()870 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()