Lines Matching refs:FrameIndex
83 int &FrameIndex) const { in isLoadFromStackSlot()
89 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
102 int &FrameIndex) const { in isStoreToStackSlot()
108 FrameIndex = MI.getOperand(0).getIndex(); in isStoreToStackSlot()
123 int FrameIndex, in storeRegToStackSlot() argument
139 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
140 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
141 MFI.getObjectAlign(FrameIndex)); in storeRegToStackSlot()
153 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
161 Register DestReg, int FrameIndex, in loadRegFromStackSlot() argument
173 MachinePointerInfo::getFixedStack(MF, FrameIndex), in loadRegFromStackSlot()
174 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
175 MFI.getObjectAlign(FrameIndex)); in loadRegFromStackSlot()
189 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()