Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:SP

2224   // SP-->  +---  |            Back chain             |
3727 // in this function's (MF) stack pointer stack slot 0(SP).
3963 // in this function's (MF) stack pointer stack slot 0(SP).
3970 // is reserved space for [SP][CR][LR][3 x unused].
4378 // in this function's (MF) stack pointer stack slot 0(SP).
4385 // prereserved space for [SP][CR][LR][3 x unused].
4811 // When we pop the dynamic allocation we need to restore the SP link.
4819 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1;
4820 SDValue StackPtr = DAG.getRegister(SP, PtrVT);
4826 // Load the old link SP.
4832 Chain = DAG.getCopyToReg(LoadLinkSP.getValue(1), dl, SP, SaveSP);
4834 // Store the old link SP.
6615 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
6653 // Reload SP
6655 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), SP)
6659 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), SP)