Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1660 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBefore() local
1661 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() local
1678 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()
/external/v8/src/crankshaft/
Dlithium-allocator.cc856 int input_vreg = cur_input->virtual_register(); in MeetConstraintsBetween() local
863 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()
869 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) { in MeetConstraintsBetween()