HomeSort by relevance Sort by last modified time
    Searched refs:MachineMove (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 24 class MachineMove;
44 const std::vector<MachineMove> &Moves) const;
JITDwarfEmitter.cpp 68 const std::vector<MachineMove> &Moves) const {
75 const MachineMove &Move = Moves[i];
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 14 // The MachineMove class is used to represent abstract move operations in the
73 /// MachineMove - This class represents the save or restore of a callee saved
75 class MachineMove {
84 MachineMove() : Label(0) {}
86 MachineMove(MCSymbol *label, const MachineLocation &D,
MCAsmInfo.h 343 std::vector<MachineMove> InitialFrameState;
578 InitialFrameState.push_back(MachineMove(label, D, S));
580 const std::vector<MachineMove> &getInitialFrameState() const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.cpp 177 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
196 Moves.push_back(MachineMove(AdjustSPLabel, DstML, SrcML));
229 Moves.push_back(MachineMove(CSLabel, DstML0, SrcML0));
230 Moves.push_back(MachineMove(CSLabel, DstML1, SrcML1));
236 Moves.push_back(MachineMove(CSLabel, DstML, SrcML));
253 Moves.push_back(MachineMove(SetFPLabel, DstML, SrcML));
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 139 std::vector<MachineMove> &Moves = MMI->getFrameMoves();
147 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
152 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
165 MMI->getFrameMoves().push_back(MachineMove(SaveLRLabel, CSDst, CSSrc));
181 MMI->getFrameMoves().push_back(MachineMove(SaveR10Label, CSDst, CSSrc));
193 MMI->getFrameMoves().push_back(MachineMove(FrameLabel, SPDst, SPSrc));
199 std::vector<MachineMove> &Moves = MMI->getFrameMoves();
209 Moves.push_back(MachineMove(SpillLabel, CSDst, CSSrc));
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 28 class MachineMove;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 45 class MachineMove;
404 void EmitCFIFrameMove(const MachineMove &Move) const;
MachineModuleInfo.h 112 std::vector<MachineMove> FrameMoves;
237 std::vector<MachineMove> &getFrameMoves() { return FrameMoves; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 26 class MachineMove;
DwarfDebug.h 288 std::vector<MachineMove> Moves;
290 FunctionDebugFrameInfo(unsigned Num, const std::vector<MachineMove> &M)
AsmPrinterDwarf.cpp 210 void AsmPrinter::EmitCFIFrameMove(const MachineMove &Move) const {
AsmPrinter.cpp 629 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
632 for (std::vector<MachineMove>::iterator I = Moves.begin(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUFrameLowering.cpp 158 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
163 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
173 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
182 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp 296 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
346 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
678 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
711 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
715 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
721 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
739 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
783 Moves.push_back(MachineMove(Label, SPDst, SPSrc));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 422 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
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));
498 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCDwarf.cpp 866 const std::vector<MachineMove> &Moves = MAI.getInitialFrameState();
    [all...]

Completed in 482 milliseconds