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 126 if (saveLR && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0)) {
154 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot());
252 if (restoreLR && MFI->getObjectOffset(XFI->getLRSpillSlot()) != 0) {
253 int LRSpillOffset = MFI->getObjectOffset(XFI->getLRSpillSlot());

Completed in 264 milliseconds