HomeSort by relevance Sort by last modified time
    Searched refs:getLRSpillSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 58 int getLRSpillSlot() const { return LRSpillSlot; }
XCoreFrameLowering.cpp 124 if (saveLR && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0)) {
152 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot());
250 if (restoreLR && MFI->getObjectOffset(XFI->getLRSpillSlot()) != 0) {
251 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot());

Completed in 156 milliseconds