Lines Matching refs:FrameIndex
84 int &FrameIndex) const { in isLoadFromStackSlot()
90 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
103 int &FrameIndex) const { in isStoreToStackSlot()
109 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
124 int FrameIndex, in storeRegToStackSlot() argument
140 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
141 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
142 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
154 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
162 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
174 MachinePointerInfo::getFixedStack(MF, FrameIndex), in loadRegFromStackSlot()
175 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
176 MFI.getObjectAlignment(FrameIndex)); in loadRegFromStackSlot()
190 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()