Home | History | Annotate | Download | only in X86

Lines Matching refs:ShiftAmt

9615     uint32_t ShiftAmt = cast<ConstantSDNode>(ShAmt)->getZExtValue();
9622 DAG.getConstant(ShiftAmt, MVT::i32));
10701 uint64_t ShiftAmt = C->getZExtValue();
10708 DAG.getConstant(ShiftAmt, MVT::i32));
10711 DAG.getConstant(ShiftAmt, MVT::i32));
10714 DAG.getConstant(ShiftAmt, MVT::i32));
10721 DAG.getConstant(ShiftAmt, MVT::i32));
10725 DAG.getConstant(uint8_t(-1U << ShiftAmt),
10733 DAG.getConstant(ShiftAmt, MVT::i32));
10737 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
10743 if (ShiftAmt == 7) {
10751 SmallVector<SDValue, 16> V(16, DAG.getConstant(128 >> ShiftAmt,
10765 DAG.getConstant(ShiftAmt, MVT::i32));
10769 DAG.getConstant(uint8_t(-1U << ShiftAmt),
10777 DAG.getConstant(ShiftAmt, MVT::i32));
10781 DAG.getConstant(uint8_t(-1U) >> ShiftAmt,
10787 if (ShiftAmt == 7) {
10795 SmallVector<SDValue, 32> V(32, DAG.getConstant(128 >> ShiftAmt,