Home | History | Annotate | Download | only in XCore

Lines Matching refs:FrameIndex

60 /// the destination along with the FrameIndex of the loaded stack slot.  If
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
72 FrameIndex = MI->getOperand(1).getIndex();
81 /// the source reg along with the FrameIndex of the loaded stack slot. If
86 int &FrameIndex) const {
94 FrameIndex = MI->getOperand(1).getIndex();
371 int FrameIndex,
381 MF->getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIndex),
383 MFI.getObjectSize(FrameIndex),
384 MFI.getObjectAlignment(FrameIndex));
387 .addFrameIndex(FrameIndex)
394 unsigned DestReg, int FrameIndex,
404 MF->getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIndex),
406 MFI.getObjectSize(FrameIndex),
407 MFI.getObjectAlignment(FrameIndex));
409 .addFrameIndex(FrameIndex)