Searched refs:SPDst (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 145 MachineLocation SPDst(MachineLocation::VirtualFP); in emitPrologue() local 147 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 191 MachineLocation SPDst(FramePtr); in emitPrologue() local 193 MMI->getFrameMoves().push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FrameLowering.cpp | 709 MachineLocation SPDst(MachineLocation::VirtualFP); in emitPrologue() local 711 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 713 MachineLocation SPDst(StackPtr); in emitPrologue() local 715 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue() 781 MachineLocation SPDst(Ptr); in emitPrologue() local 783 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue() 899 MachineLocation SPDst(MachineLocation::VirtualFP); in emitPrologue() local 902 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue() 904 MachineLocation SPDst(StackPtr); in emitPrologue() local 906 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUFrameLowering.cpp | 161 MachineLocation SPDst(MachineLocation::VirtualFP); in emitPrologue() local 163 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 433 MachineLocation SPDst(MachineLocation::VirtualFP); in emitPrologue() local 435 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
|