Home
last modified time | relevance | path

Searched refs:SpillSlotOffset (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1832 int SpillSlotOffset = getOffsetOfLocalArea() + X86FI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots() local
1836 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()
1837 MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1858 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()
1861 int SlotIndex = MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1875 SpillSlotOffset -= std::abs(SpillSlotOffset) % RC->getAlignment(); in assignCalleeSavedSpillSlots()
1877 SpillSlotOffset -= RC->getSize(); in assignCalleeSavedSpillSlots()
1879 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset); in assignCalleeSavedSpillSlots()