Lines Matching refs:FrameIndex
90 int &FrameIndex) const { in isLoadFromStackSlot()
96 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
109 int &FrameIndex) const { in isStoreToStackSlot()
115 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
130 int FrameIndex, in storeRegToStackSlot() argument
146 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
147 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
148 MFI.getObjectAlign(FrameIndex)); in storeRegToStackSlot()
160 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
168 Register DestReg, int FrameIndex, in loadRegFromStackSlot() argument
180 MachinePointerInfo::getFixedStack(MF, FrameIndex), in loadRegFromStackSlot()
181 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
182 MFI.getObjectAlign(FrameIndex)); in loadRegFromStackSlot()
196 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()