Searched refs:getLRSpillSlot (Results 1 – 6 of 6) sorted by relevance
128 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()
58 int getLRSpillSlot() const { return LRSpillSlot; } in getLRSpillSlot() function
56 int getLRSpillSlot() const { in getLRSpillSlot() function
143 int Offset = MFI.getObjectOffset(XFI->getLRSpillSlot()); in GetSpillList()144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList()254 && (MFI.getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitPrologue()381 && (MFI.getObjectOffset(XFI->getLRSpillSlot()) == 0); in emitEpilogue()
67 int getLRSpillSlot() const { in getLRSpillSlot() function
142 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()