Lines Matching defs:first
364 Location first = locations->InAt(0);
365 if (first.IsRegister() || first.IsFpuRegister()) {
367 current->SetRegister(first.reg());
368 } else if (first.IsPair()) {
370 current->SetRegister(first.low());
372 high->SetRegister(first.high());
400 // Split just before first register use.
413 // processed first.
738 // First set all registers to be free.
967 // Split the first interval found that is either:
987 // that holds it. If the first use of `current` is after that register
1005 // First set all registers as not being used.
1091 // We split the first interval found, and put ourselves first in the
1102 // If the first use of that instruction is after the last use of the found
1103 // register, we split this interval just before its first register use.
1468 // Move must happen before the first instruction of the block.
1471 // ask for the first instruction of the block: `GetInstructionFromPosition` does
1563 HInstruction* first = block->GetFirstInstruction();
1564 HParallelMove* move = first->AsParallelMove();
1571 block->InsertInstructionBefore(move, first);