Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h60 int getLRSpillSlot() const { in getLRSpillSlot() function
H A DXCoreFrameLowering.cpp142 int Offset = MFI.getObjectOffset(XFI->getLRSpillSlot()); in GetSpillList()
143 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList()
253 && (MFI.getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitPrologue()
380 && (MFI.getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitEpilogue()