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

/external/v8/src/compiler/
H A Dregister-allocator.cc1762 int input_vreg = cur_input->virtual_register(); local
1763 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg);
1764 bool is_tagged = code()->IsReference(input_vreg);
1779 int input_vreg = cur_input->virtual_register(); local
1780 UnallocatedOperand input_copy(UnallocatedOperand::ANY, input_vreg);
1784 if (code()->IsReference(input_vreg) && !code()->IsReference(output_vreg)) {
1790 } else if (!code()->IsReference(input_vreg) &&
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc858 int input_vreg = cur_input->virtual_register(); local
865 if (HasTaggedValue(input_vreg) && !HasTaggedValue(output_vreg)) {
871 } else if (!HasTaggedValue(input_vreg) && HasTaggedValue(output_vreg)) {

Completed in 109 milliseconds