Home | History | Annotate | Download | only in X86

Lines Matching defs:ShiftAmt

10238     uint32_t ShiftAmt = cast<ConstantSDNode>(ShAmt)->getZExtValue();
10245 DAG.getConstant(ShiftAmt, MVT::i32));
11508 uint64_t ShiftAmt = C->getZExtValue();
11515 DAG.getConstant(ShiftAmt, MVT::i32));
11518 DAG.getConstant(ShiftAmt, MVT::i32));
11521 DAG.getConstant(ShiftAmt, MVT::i32));
11528 DAG.getConstant(ShiftAmt, MVT::i32));
11532 DAG.getConstant(uint8_t(-1U << ShiftAmt),
11540 DAG.getConstant(ShiftAmt, MVT::i32));
11544 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
11550 if (ShiftAmt == 7) {
11558 SmallVector<SDValue, 16> V(16, DAG.getConstant(128 >> ShiftAmt,
11572 DAG.getConstant(ShiftAmt, MVT::i32));
11576 DAG.getConstant(uint8_t(-1U << ShiftAmt),
11584 DAG.getConstant(ShiftAmt, MVT::i32));
11588 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
11594 if (ShiftAmt == 7) {
11602 SmallVector<SDValue, 32> V(32, DAG.getConstant(128 >> ShiftAmt,