Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FixedSlot

371       const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
372 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
373 FixedSlot->Reg != Reg)
374 ++FixedSlot;
377 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
391 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset);