Lines Matching refs:FrameIndex
64 int &FrameIndex) const { in isLoadFromStackSlot()
70 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
83 int &FrameIndex) const { in isStoreToStackSlot()
89 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
104 int FrameIndex, in storeRegToStackSlot() argument
117 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
118 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
119 MFI.getObjectAlignment(FrameIndex)); in storeRegToStackSlot()
131 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
139 unsigned DestReg, int FrameIndex, in loadRegFromStackSlot() argument
151 MachinePointerInfo::getFixedStack(MF, FrameIndex), in loadRegFromStackSlot()
152 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
153 MFI.getObjectAlignment(FrameIndex)); in loadRegFromStackSlot()
167 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()