Lines Matching defs:SP
2626 // SP--> +--- | Back chain |
4306 // in this function's (MF) stack pointer stack slot 0(SP).
4545 // in this function's (MF) stack pointer stack slot 0(SP).
4555 // reserved space for [SP][CR][LR][2 x unused][TOC]; on ELFv2, the linkage
4556 // area is 32 bytes reserved space for [SP][CR][LR][TOC].
5160 // in this function's (MF) stack pointer stack slot 0(SP).
5167 // prereserved space for [SP][CR][LR][3 x unused].
5590 // When we pop the dynamic allocation we need to restore the SP link.
5598 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1;
5599 SDValue StackPtr = DAG.getRegister(SP, PtrVT);
5605 // Load the old link SP.
5611 Chain = DAG.getCopyToReg(LoadLinkSP.getValue(1), dl, SP, SaveSP);
5613 // Store the old link SP.
8217 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
8261 // Reload SP
8263 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), SP)
8267 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), SP)