Searched refs:FixedSlot (Results 1 – 1 of 1) sorted by relevance
456 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local457 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()458 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()459 ++FixedSlot; in assignCalleeSavedSpillSlots()462 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()474 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()