Searched refs:FixedSlot (Results 1 – 1 of 1) sorted by relevance
493 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local494 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()495 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()496 ++FixedSlot; in assignCalleeSavedSpillSlots()499 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()511 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()