Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Moves

422   std::vector<MachineMove> &Moves = MMI.getFrameMoves();
424 // Add the "machine moves" for the instructions we generated above, but in
435 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
438 Moves.push_back(MachineMove(FrameLabel, SP, SP));
444 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
450 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc));
477 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
500 Moves.push_back(MachineMove(Label, CSDst, CSSrc));