Lines Matching defs:first_output
1715 UnallocatedOperand* first_output = UnallocatedOperand::cast(output);
1717 data()->GetOrCreateLiveRangeFor(first_output->virtual_register());
1719 if (first_output->HasFixedPolicy()) {
1720 int output_vreg = first_output->virtual_register();
1723 if (first_output->HasSecondaryStorage()) {
1726 std::make_pair(range, first_output->GetSecondaryStorage()));
1728 AllocateFixed(first_output, instr_index, is_tagged);
1731 if (first_output->IsStackSlot()) {
1732 DCHECK(LocationOperand::cast(first_output)->index() <
1734 range->SetSpillOperand(LocationOperand::cast(first_output));
1738 data()->AddGapMove(instr_index + 1, Instruction::START, *first_output,
1745 first_output);