Lines Matching defs:first_output
784 LUnallocated* first_output = LUnallocated::cast(first->Output());
785 LiveRange* range = LiveRangeFor(first_output->virtual_register());
787 if (first_output->HasFixedPolicy()) {
788 LUnallocated* output_copy = first_output->CopyUnconstrained(
790 bool is_tagged = HasTaggedValue(first_output->virtual_register());
791 AllocateFixed(first_output, gap_index, is_tagged);
794 if (first_output->IsStackSlot()) {
795 range->SetSpillOperand(first_output);
799 chunk_->AddGapMove(gap_index, first_output, output_copy);
812 move->AddMove(first_output, range->GetSpillOperand(),