Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h58 int getLRSpillSlot() const { return LRSpillSlot; } in getLRSpillSlot() function
DXCoreFrameLowering.cpp124 if (saveLR && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0)) { in emitPrologue()
152 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot()); in emitPrologue()
250 if (restoreLR && MFI->getObjectOffset(XFI->getLRSpillSlot()) != 0) { in emitEpilogue()
251 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot()); in emitEpilogue()