Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp128 if (saveLR && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0)) { in emitPrologue()
156 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot()); in emitPrologue()
254 if (restoreLR && MFI->getObjectOffset(XFI->getLRSpillSlot()) != 0) { in emitEpilogue()
255 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot()); in emitEpilogue()
DXCoreMachineFunctionInfo.h58 int getLRSpillSlot() const { return LRSpillSlot; } in getLRSpillSlot() function
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h67 int getLRSpillSlot() const { in getLRSpillSlot() function
DXCoreFrameLowering.cpp142 int Offset = MFI->getObjectOffset(XFI->getLRSpillSlot()); in GetSpillList()
143 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList()
252 && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitPrologue()
379 && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitEpilogue()