Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SPAdj

916   int SPAdj = MI.getOperand(0).getImm();
917 SPAdj = TFI->alignSPAdjust(SPAdj);
921 SPAdj = -SPAdj;
923 return SPAdj;