Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp1375 int SpillSlotOffset = getOffsetOfLocalArea() + X86FI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots() local
1379 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()
1380 MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1401 SpillSlotOffset -= SlotSize; in assignCalleeSavedSpillSlots()
1404 int SlotIndex = MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
1418 SpillSlotOffset -= std::abs(SpillSlotOffset) % RC->getAlignment(); in assignCalleeSavedSpillSlots()
1420 SpillSlotOffset -= RC->getSize(); in assignCalleeSavedSpillSlots()
1422 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset); in assignCalleeSavedSpillSlots()