Searched refs:SpillSlotOffset (Results 1 – 2 of 2) sorted by relevance
2405 int SpillSlotOffset = getOffsetOfLocalArea() + X86FI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots() local2435 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()2436 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()2441 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()2442 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()2443 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()2465 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()2468 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()2490 assert(SpillSlotOffset < 0 && "SpillSlotOffset should always < 0 on X86"); in assignCalleeSavedSpillSlots()2491 SpillSlotOffset = -alignTo(-SpillSlotOffset, Alignment); in assignCalleeSavedSpillSlots()[all …]
812 int SpillSlotOffset = getOffsetOfLocalArea() + M68kFI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots() local816 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()817 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()