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