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 67 int getLRSpillSlot() const {
XCoreFrameLowering.cpp 143 int Offset = MFI->getObjectOffset(XFI->getLRSpillSlot());
144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(),
252 && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0);
379 && (MFI->getObjectOffset(XFI->getLRSpillSlot()) == 0);

Completed in 52 milliseconds