Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Moves

424   std::vector<MachineMove> &Moves = MMI.getFrameMoves();
426 // Add the "machine moves" for the instructions we generated above, but in
437 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
440 Moves.push_back(MachineMove(FrameLabel, SP, SP));
446 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
452 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc));
479 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
500 Moves.push_back(MachineMove(Label, CSDst, CSSrc));