Lines Matching refs:FrameIndex
69 int &FrameIndex) const { in isLoadFromStackSlot()
75 FrameIndex = MI.getOperand(1).getIndex(); in isLoadFromStackSlot()
88 int &FrameIndex) const { in isStoreToStackSlot()
94 FrameIndex = MI.getOperand(1).getIndex(); in isStoreToStackSlot()
295 bool IsKill, int FrameIndex, const TargetRegisterClass *RC, in storeRegToStackSlot() argument
302 MachinePointerInfo::getFixedStack(MF, FrameIndex), in storeRegToStackSlot()
303 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
304 MFI.getObjectAlign(FrameIndex)); in storeRegToStackSlot()
312 << " to FrameIndex=" << FrameIndex << "\n"); in storeRegToStackSlot()
315 .addFrameIndex(FrameIndex) in storeRegToStackSlot()
322 Register DestReg, int FrameIndex, in loadRegFromStackSlot() argument
330 MachinePointerInfo::getFixedStack(MF, FrameIndex), in loadRegFromStackSlot()
331 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
332 MFI.getObjectAlign(FrameIndex)); in loadRegFromStackSlot()
340 << " from FrameIndex=" << FrameIndex << "\n"); in loadRegFromStackSlot()
343 .addFrameIndex(FrameIndex) in loadRegFromStackSlot()