Home | History | Annotate | Download | only in X86

Lines Matching refs:StackAdjust

491   unsigned StackAdjust = 0;
523 if (StackAdjust)
535 StackAdjust = MI.getOperand(2).getImm() / StackDivide;
558 unsigned FullOffset = CFAOffset + StackAdjust;
1040 MachineOperand &StackAdjust = MBBI->getOperand(isMem ? 5 : 1);
1041 assert(StackAdjust.isImm() && "Expecting immediate value.");
1044 int StackAdj = StackAdjust.getImm();