Lines Matching refs:FrameIdx
39 unsigned SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot() argument
48 MachinePointerInfo::getFixedStack(MF, FrameIdx), in storeRegToStackSlot()
49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
50 MFI.getObjectAlignment(FrameIdx)); in storeRegToStackSlot()
54 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
58 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
66 unsigned DestReg, int FrameIdx, in loadRegFromStackSlot() argument
75 MachinePointerInfo::getFixedStack(MF, FrameIdx), in loadRegFromStackSlot()
76 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
77 MFI.getObjectAlignment(FrameIdx)); in loadRegFromStackSlot()
81 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()
85 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()