Searched refs:FixedSlot (Results 1 – 1 of 1) sorted by relevance
519 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local520 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()521 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()522 ++FixedSlot; in assignCalleeSavedSpillSlots()525 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()537 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()