Lines Matching defs:FrameIndex
55 /// the destination along with the FrameIndex of the loaded stack slot. If
59 int &FrameIndex) const {
66 FrameIndex = MI.getOperand(1).getIndex();
75 /// the source reg along with the FrameIndex of the loaded stack slot. If
79 int &FrameIndex) const {
86 FrameIndex = MI.getOperand(1).getIndex();
357 bool isKill, int FrameIndex, const TargetRegisterClass *RC,
366 MachinePointerInfo::getFixedStack(*MF, FrameIndex),
367 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex),
368 MFI.getObjectAlign(FrameIndex));
371 .addFrameIndex(FrameIndex)
378 Register DestReg, int FrameIndex,
389 MachinePointerInfo::getFixedStack(*MF, FrameIndex),
390 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex),
391 MFI.getObjectAlign(FrameIndex));
393 .addFrameIndex(FrameIndex)