Home | History | Annotate | Download | only in x64

Lines Matching defs:moves

21   // Build up a worklist of moves.
26 // Skip constants to perform them last. They don't block other moves
27 // and skipping such moves with register destinations keeps those
34 // Perform the moves with constant sources.
47 // Perform a linear sweep of the moves to add them to the initial list of
48 // moves to perform, ignoring any move that is redundant (the source is
51 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
52 for (int i = 0; i < moves->length(); ++i) {
53 LMoveOperands move = moves->at(i);
73 // multiple moves to be pending.
81 // such moves.