Lines Matching defs:FrameIndex
65 /// the destination along with the FrameIndex of the loaded stack slot. If
69 int &FrameIndex) const {
75 FrameIndex = MI.getOperand(1).getIndex();
84 /// the source reg along with the FrameIndex of the loaded stack slot. If
88 int &FrameIndex) const {
94 FrameIndex = MI.getOperand(1).getIndex();
296 bool IsKill, int FrameIndex, const TargetRegisterClass *RC,
304 MachinePointerInfo::getFixedStack(MF, FrameIndex),
305 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex),
306 MFI.getObjectAlign(FrameIndex));
314 << " to FrameIndex=" << FrameIndex << "\n");
317 .addFrameIndex(FrameIndex)
324 Register DestReg, int FrameIndex,
333 MachinePointerInfo::getFixedStack(MF, FrameIndex),
334 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex),
335 MFI.getObjectAlign(FrameIndex));
343 << " from FrameIndex=" << FrameIndex << "\n");
346 .addFrameIndex(FrameIndex)