Lines Matching refs:ShiftVT

9314     MVT ShiftVT = widenMaskVectorType(ResVT, Subtarget);  in LowerCONCAT_VECTORSvXi1()  local
9315 Op = widenSubVector(ShiftVT, SubVec, false, Subtarget, DAG, dl); in LowerCONCAT_VECTORSvXi1()
9316 Op = DAG.getNode(X86ISD::KSHIFTL, dl, ShiftVT, Op, in LowerCONCAT_VECTORSvXi1()
11640 static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode, in matchShuffleAsShift() argument
11677 ShiftVT = ByteShift ? MVT::getVectorVT(MVT::i8, SizeInBits / 8) in matchShuffleAsShift()
11710 MVT ShiftVT; in lowerShuffleAsShift() local
11715 int ShiftAmt = matchShuffleAsShift(ShiftVT, Opcode, VT.getScalarSizeInBits(), in lowerShuffleAsShift()
11720 ShiftAmt = matchShuffleAsShift(ShiftVT, Opcode, VT.getScalarSizeInBits(), in lowerShuffleAsShift()
11731 assert(DAG.getTargetLoweringInfo().isTypeLegal(ShiftVT) && in lowerShuffleAsShift()
11733 V = DAG.getBitcast(ShiftVT, V); in lowerShuffleAsShift()
11734 V = DAG.getNode(Opcode, DL, ShiftVT, V, in lowerShuffleAsShift()
29277 MVT ShiftVT = MVT::getVectorVT(MVT::i16, NumElts / 2); in LowerShiftByScalarImmediate() local
29313 SDValue SHL = getTargetVShiftByConstNode(X86ISD::VSHLI, dl, ShiftVT, R, in LowerShiftByScalarImmediate()
29322 SDValue SRL = getTargetVShiftByConstNode(X86ISD::VSRLI, dl, ShiftVT, R, in LowerShiftByScalarImmediate()
47976 EVT ShiftVT = VT.isVector() ? VT : MVT::i8; in combineMul() local
47986 DAG.getConstant(Log2_64(AbsMulAmt - 1), DL, ShiftVT))); in combineMul()
47993 DAG.getConstant(Log2_64(AbsMulAmt + 1), DL, ShiftVT)); in combineMul()
48004 DAG.getConstant(Log2_64(AbsMulAmt - 2), DL, ShiftVT)); in combineMul()
48013 DAG.getConstant(Log2_64(AbsMulAmt + 2), DL, ShiftVT)); in combineMul()
48033 DAG.getConstant(Log2_64(ShiftAmt1), DL, ShiftVT)); in combineMul()
48036 DAG.getConstant(Log2_64(AbsMulAmtLowBit), DL, ShiftVT)); in combineMul()
54559 MVT ShiftVT = SrcVT; in combineMOVMSK() local
54562 if (ShiftVT.getScalarType() == MVT::i8) { in combineMOVMSK()
54564 ShiftVT = MVT::getVectorVT(MVT::i16, NumElts / 2); in combineMOVMSK()
54565 ShiftLHS = DAG.getBitcast(ShiftVT, ShiftLHS); in combineMOVMSK()
54566 ShiftRHS = DAG.getBitcast(ShiftVT, ShiftRHS); in combineMOVMSK()
54568 ShiftLHS = getTargetVShiftByConstNode(X86ISD::VSHLI, DL, ShiftVT, in combineMOVMSK()
54570 ShiftRHS = getTargetVShiftByConstNode(X86ISD::VSHLI, DL, ShiftVT, in combineMOVMSK()