Home
last modified time | relevance | path

Searched refs:SPSrc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp146 MachineLocation SPSrc(MachineLocation::VirtualFP, -FrameSize * 4); in emitPrologue() local
147 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
192 MachineLocation SPSrc(MachineLocation::VirtualFP); in emitPrologue() local
193 MMI->getFrameMoves().push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp710 MachineLocation SPSrc(MachineLocation::VirtualFP, 2 * stackGrowth); in emitPrologue() local
711 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
714 MachineLocation SPSrc(StackPtr, stackGrowth); in emitPrologue() local
715 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
782 MachineLocation SPSrc(Ptr, StackOffset); in emitPrologue() local
783 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue()
900 MachineLocation SPSrc(MachineLocation::VirtualFP, in emitPrologue() local
902 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue()
905 MachineLocation SPSrc(StackPtr, stackGrowth); in emitPrologue() local
906 Moves.push_back(MachineMove(Label, SPDst, SPSrc)); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp162 MachineLocation SPSrc(MachineLocation::VirtualFP, -FrameSize); in emitPrologue() local
163 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp434 MachineLocation SPSrc(MachineLocation::VirtualFP, NegFrameSize); in emitPrologue() local
435 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc)); in emitPrologue()