Lines Matching refs:FrameIndex
51 Register SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument
64 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
71 Register DestinationRegister, int FrameIndex, in loadRegFromStackSlot() argument
83 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()
714 int &FrameIndex) const { in isLoadFromStackSlot()
718 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
725 int &FrameIndex) const { in isLoadFromStackSlotPostFE()
728 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
733 FrameIndex = in isLoadFromStackSlotPostFE()
743 int &FrameIndex) const { in isStoreToStackSlot()
747 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()