Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SP

286     // here. The sub/add sp instruction pairs are still inserted, but we don't
287 // need to track the SP adjustment for frame index elimination.
518 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << -Offset << "]\n");
521 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << Offset << "]\n");
548 StackProtector *SP = &getAnalysis<StackProtector>();
649 DEBUG(dbgs() << "alloc FI(" << Entry.first << ") at SP[" <<
684 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
758 // SP not FP. Align to MaxAlign so this works.
945 // the SP adjustment made by each instruction in the sequence.
947 // as well as other instructions that have side effects w.r.t the SP.