Lines Matching defs:SP
302 // here. The sub/add sp instruction pairs are still inserted, but we don't
303 // need to track the SP adjustment for frame index elimination.
534 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << -Offset << "]\n");
537 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << Offset << "]\n");
564 StackProtector *SP = &getAnalysis<StackProtector>();
665 DEBUG(dbgs() << "alloc FI(" << Entry.first << ") at SP[" <<
700 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
774 // SP not FP. Align to MaxAlign so this works.
961 // the SP adjustment made by each instruction in the sequence.
963 // as well as other instructions that have side effects w.r.t the SP.