Home
last modified time | relevance | path

Searched refs:input_vreg (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc1758 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local
1759 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() local
1776 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()
/external/v8/src/crankshaft/
Dlithium-allocator.cc857 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBetween() local
864 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()
870 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()