Searched refs:Moves (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.h44 const std::vector<MachineMove> &Moves) const;
H A DJITDwarfEmitter.cpp68 const std::vector<MachineMove> &Moves) const {
74 for (unsigned i = 0, N = Moves.size(); i < N; ++i) {
75 const MachineMove &Move = Moves[i];
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp52 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); local
64 Moves.push_back(MachineMove(AdjustSPLabel, DstML, SrcML));
96 Moves.push_back(MachineMove(CSLabel, DstML0, SrcML0));
97 Moves.push_back(MachineMove(CSLabel, DstML1, SrcML1));
102 Moves.push_back(MachineMove(CSLabel, DstML, SrcML));
118 Moves.push_back(MachineMove(SetFPLabel, DstML, SrcML));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h84 void getInitialFrameState(std::vector<MachineMove> &Moves) const;
H A DHexagonFrameLowering.cpp116 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); local
125 Moves.push_back(MachineMove(0, Dst, Src));
130 Moves.push_back(MachineMove(0, LRDst, LRSrc));
135 Moves.push_back(MachineMove(0, SPDst, SPSrc));
H A DHexagonRegisterInfo.cpp304 &Moves) const
310 Moves.push_back(MachineMove(0, Dst, Src));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp159 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); local
164 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
174 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
183 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreFrameLowering.cpp137 std::vector<MachineMove> &Moves = MMI->getFrameMoves(); local
145 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
150 Moves.push_back(MachineMove(FrameLabel, CSDst, CSSrc));
197 std::vector<MachineMove> &Moves = MMI->getFrameMoves(); local
207 Moves.push_back(MachineMove(SpillLabel, CSDst, CSSrc));
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h299 std::vector<MachineMove> Moves; member in struct:llvm::DwarfDebug::FunctionDebugFrameInfo
302 : Number(Num), Moves(M) {}
H A DAsmPrinter.cpp631 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); local
634 for (std::vector<MachineMove>::iterator I = Moves.begin(),
635 E = Moves.end(); I != E; ++I) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FrameLowering.cpp315 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
365 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
717 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
754 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
758 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
764 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
782 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
813 Moves.push_back(MachineMove(Label, SPDst, SPSrc));
953 Moves.push_back(MachineMove(Label, SPDst, SPSrc));
957 Moves
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp440 std::vector<MachineMove> &Moves = MMI.getFrameMoves(); local
453 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
456 Moves.push_back(MachineMove(FrameLabel, SP, SP));
462 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
468 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc));
495 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
527 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
534 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DOrdered.pm324 Moves the object to the first position in the list. Returns 1
337 Moves the object to the last position in the list. Returns 1
355 Moves the object to the specified position. Returns 1 on
423 Moves the object to the specified position of the specified
957 =head2 Multiple Moves
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCDwarf.cpp1238 const std::vector<MachineMove> &Moves = MAI.getInitialFrameState(); local
1241 for (int i = 0, n = Moves.size(); i != n; ++i) {
1242 MCSymbol *Label = Moves[i].getLabel();
1244 TranslateMachineLocation(MRI, Moves[i].getDestination());
1246 TranslateMachineLocation(MRI, Moves[i].getSource());
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmupad.vim172 syn keyword mupadIdentifier TurtleRules Ground Heights Moves Inequalities

Completed in 283 milliseconds