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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 44 const std::vector<MachineMove> &Moves) const;
JITDwarfEmitter.cpp 68 const std::vector<MachineMove> &Moves) const {
74 for (unsigned i = 0, N = Moves.size(); i < N; ++i) {
75 const MachineMove &Move = Moves[i];
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.h 80 void getInitialFrameState(std::vector<MachineMove> &Moves) const;
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));
HexagonRegisterInfo.cpp 297 &Moves) const
303 Moves.push_back(MachineMove(0, Dst, Src));
  /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/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/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/X86/
X86FrameLowering.cpp 315 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
365 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
702 // Mapping for machine moves:
716 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
749 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
753 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
759 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
777 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
821 Moves.push_back(MachineMove(Label, SPDst, SPSrc));
    [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...]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 360 * Moves current object's row before |entry|'s row.
369 * Moves current object's row after |entry|'s row.
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 178 // Moves the drag item making sure that it is not displayed outside the
apps.js 323 // Moves the element at position |from| in array |arr| to position |to|.
  /external/v8/tools/
codemap.js 88 * Moves a dynamic code entry. Throws an exception if there is no dynamic
splaytree.js 215 * Perform the splay operation for the given key. Moves the node with
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 189 * Perform the splay operation for the given key. Moves the node with
  /external/v8/benchmarks/
splay.js 284 * Perform the splay operation for the given key. Moves the node with
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 263 * Perform the splay operation for the given key. Moves the node with
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 263 * Perform the splay operation for the given key. Moves the node with
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 279 * Perform the splay operation for the given key. Moves the node with

Completed in 263 milliseconds