reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1998 SpillSlotOffset -= SlotSize; 1999 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); 2020 SpillSlotOffset -= SlotSize; 2023 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); 2045 assert(SpillSlotOffset < 0 && "SpillSlotOffset should always < 0 on X86"); 2046 SpillSlotOffset = -alignTo(-SpillSlotOffset, Align); 2046 SpillSlotOffset = -alignTo(-SpillSlotOffset, Align); 2049 SpillSlotOffset -= Size; 2050 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset);