Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:FrameIndex

86 // it loads or stores and set FrameIndex to the index of the frame object.
90 static int isSimpleMove(const MachineInstr *MI, int &FrameIndex,
97 FrameIndex = MI->getOperand(1).getIndex();
104 int &FrameIndex) const {
105 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXLoad);
109 int &FrameIndex) const {
110 return isSimpleMove(MI, FrameIndex, SystemZII::SimpleBDXStore);
540 int FrameIndex) const {
542 unsigned Size = MFI->getObjectSize(FrameIndex);
562 .addOperand(MI->getOperand(1)).addFrameIndex(FrameIndex)
571 .addFrameIndex(FrameIndex).addImm(0).addReg(0);
590 .addFrameIndex(FrameIndex).addImm(0).addImm(Size)
598 .addImm(Size).addFrameIndex(FrameIndex).addImm(0)
618 MIB.addFrameIndex(FrameIndex).addImm(Offset);