Lines Matching defs:AMShiftAmt
2244 unsigned AMShiftAmt = MaskIdx;
2248 if (AMShiftAmt == 0 || AMShiftAmt > 3) return true;
2291 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2294 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
2310 AM.Scale = 1 << AMShiftAmt;
2342 unsigned AMShiftAmt = MaskIdx;
2346 if (AMShiftAmt == 0 || AMShiftAmt > 3) return true;
2351 SDValue NewSRLAmt = DAG.getConstant(ShiftAmt + AMShiftAmt, DL, MVT::i8);
2353 SDValue NewMask = DAG.getConstant(Mask >> AMShiftAmt, DL, XVT);
2356 SDValue NewSHLAmt = DAG.getConstant(AMShiftAmt, DL, MVT::i8);
2374 AM.Scale = 1 << AMShiftAmt;