Searched refs:FixedSlot (Results 1 – 1 of 1) sorted by relevance
432 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local433 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()434 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()435 ++FixedSlot; in assignCalleeSavedSpillSlots()438 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()450 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()