Lines Matching refs:FrameIndex
63 int &FrameIndex) const { in isLoadFromStackSlot()
70 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
83 int &FrameIndex) const { in isStoreToStackSlot()
90 FrameIndex = MI.getOperand(1).getIndex(); in isStoreToStackSlot()
361 int FrameIndex, in storeRegToStackSlot() argument
371 MachinePointerInfo::getFixedStack(*MF, FrameIndex), in storeRegToStackSlot()
372 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
373 MFI.getObjectAlign(FrameIndex)); in storeRegToStackSlot()
376 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
383 Register DestReg, int FrameIndex, in loadRegFromStackSlot() argument
393 MachinePointerInfo::getFixedStack(*MF, FrameIndex), in loadRegFromStackSlot()
394 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
395 MFI.getObjectAlign(FrameIndex)); in loadRegFromStackSlot()
397 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()