Lines Matching refs:VecSVT
9387 MVT VecSVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(LoadSizeInBits) in EltsFromConsecutiveLoads() local
9389 MVT VecVT = MVT::getVectorVT(VecSVT, VT.getSizeInBits() / LoadSizeInBits); in EltsFromConsecutiveLoads()
9398 X86ISD::VZEXT_LOAD, DL, Tys, Ops, VecSVT, LDBase->getPointerInfo(), in EltsFromConsecutiveLoads()
43154 EVT VecSVT = Match.getOperand(0).getValueType().getScalarType(); in combinePredicateReduction() local
43155 if (VecSVT != MVT::i8) { in combinePredicateReduction()
43156 NumElts *= VecSVT.getSizeInBits() / 8; in combinePredicateReduction()
43493 EVT VecSVT = VecVT.getScalarType(); in combineExtractWithShuffle() local
43495 (VecSVT == MVT::i8 || VecSVT == MVT::i16 || VecSVT == MVT::i32 || in combineExtractWithShuffle()
43496 VecSVT == MVT::i64)) { in combineExtractWithShuffle()
43497 unsigned EltSizeInBits = VecSVT.getSizeInBits(); in combineExtractWithShuffle()
43501 VecVT = EVT::getVectorVT(*DAG.getContext(), VecSVT, NumEltsPerLane); in combineExtractWithShuffle()