Searched refs:FixedSlot (Results 1 – 1 of 1) sorted by relevance
381 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots() local382 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()383 FixedSlot->Reg != Reg) in assignCalleeSavedSpillSlots()384 ++FixedSlot; in assignCalleeSavedSpillSlots()387 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()401 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()