HomeSort by relevance Sort by last modified time
    Searched defs:Moves (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 159 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
164 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
174 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
183 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 86 // Check if frame moves are needed for EH.
116 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
125 Moves.push_back(MachineMove(0, Dst, Src));
130 Moves.push_back(MachineMove(0, LRDst, LRSrc));
135 Moves.push_back(MachineMove(0, SPDst, SPSrc));
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 180 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
197 Moves.push_back(MachineMove(AdjustSPLabel, DstML, SrcML));
230 Moves.push_back(MachineMove(CSLabel, DstML0, SrcML0));
231 Moves.push_back(MachineMove(CSLabel, DstML1, SrcML1));
237 Moves.push_back(MachineMove(CSLabel, DstML, SrcML));
253 Moves.push_back(MachineMove(SetFPLabel, DstML, SrcML));
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 138 std::vector<MachineMove> &Moves = MMI->getFrameMoves();
146 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
151 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
197 // Frame moves for callee saved.
198 std::vector<MachineMove> &Moves = MMI->getFrameMoves();
208 Moves.push_back(MachineMove(SpillLabel, CSDst, CSSrc));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 287 std::vector<MachineMove> Moves;
290 : Number(Num), Moves(M) {}
AsmPrinter.cpp 643 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
646 for (std::vector<MachineMove>::iterator I = Moves.begin(),
647 E = Moves.end(); I != E; ++I) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 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));
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 422 milliseconds