Lines Matching refs:FrameIdx
38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() argument
46 MachinePointerInfo::getFixedStack(MF, FrameIdx), in storeRegToStackSlot()
47 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
48 MFI.getObjectAlign(FrameIdx)); in storeRegToStackSlot()
52 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
56 .addFrameIndex(FrameIdx).addImm(0) in storeRegToStackSlot()
64 Register DestReg, int FrameIdx, in loadRegFromStackSlot() argument
74 MachinePointerInfo::getFixedStack(MF, FrameIdx), in loadRegFromStackSlot()
75 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
76 MFI.getObjectAlign(FrameIdx)); in loadRegFromStackSlot()
80 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()
84 .addReg(DestReg, getDefRegState(true)).addFrameIndex(FrameIdx) in loadRegFromStackSlot()