Lines Matching defs:AMShiftAmt
2198 unsigned AMShiftAmt = MaskIdx;
2202 if (AMShiftAmt == 0 || AMShiftAmt > 3) return true;
2245 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2248 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
2264 AM.Scale = 1 << AMShiftAmt;
2296 unsigned AMShiftAmt = MaskIdx;
2300 if (AMShiftAmt == 0 || AMShiftAmt > 3) return true;
2305 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2307 SDValue NewMask = DAG.getConstant(Mask >> AMShiftAmt, DL, XVT);
2310 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
2328 AM.Scale = 1 << AMShiftAmt;