OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Moves
(Results
1 - 7
of
7
) sorted by null
/external/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/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/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
294
std::vector<MachineMove>
Moves
;
297
: Number(Num),
Moves
(M) {}
AsmPrinter.cpp
636
std::vector<MachineMove> &
Moves
= MMI.getFrameMoves();
639
for (std::vector<MachineMove>::iterator I =
Moves
.begin(),
640
E =
Moves
.end(); I != E; ++I) {
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
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));
[
all
...]
/external/llvm/lib/MC/
MCDwarf.cpp
[
all
...]
Completed in 855 milliseconds