Lines Matching full:first_output
1613 UnallocatedOperand* first_output = UnallocatedOperand::cast(output);
1615 data()->GetOrCreateLiveRangeFor(first_output->virtual_register());
1617 if (first_output->HasFixedPolicy()) {
1618 int output_vreg = first_output->virtual_register();
1621 if (first_output->HasSecondaryStorage()) {
1624 std::make_pair(range, first_output->GetSecondaryStorage()));
1626 AllocateFixed(first_output, instr_index, is_tagged);
1629 if (first_output->IsStackSlot()) {
1630 DCHECK(LocationOperand::cast(first_output)->index() <
1632 range->SetSpillOperand(LocationOperand::cast(first_output));
1636 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output,
1643 first_output);