Home | History | Annotate | Download | only in compiler

Lines Matching defs:first_output

835         UnallocatedOperand* first_output = UnallocatedOperand::cast(output);
836 LiveRange* range = LiveRangeFor(first_output->virtual_register());
838 if (first_output->HasFixedPolicy()) {
840 first_output->CopyUnconstrained(code_zone());
841 bool is_tagged = HasTaggedValue(first_output->virtual_register());
842 AllocateFixed(first_output, gap_index, is_tagged);
845 if (first_output->IsStackSlot()) {
846 range->SetSpillOperand(first_output);
850 code()->AddGapMove(gap_index, first_output, output_copy);
865 move->AddMove(first_output, range->GetSpillOperand(), code_zone());