Searched refs:VecSVT (Results 1 – 1 of 1) sorted by relevance
9387 MVT VecSVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(LoadSizeInBits) in EltsFromConsecutiveLoads() local9389 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() local43155 if (VecSVT != MVT::i8) { in combinePredicateReduction()43156 NumElts *= VecSVT.getSizeInBits() / 8; in combinePredicateReduction()43493 EVT VecSVT = VecVT.getScalarType(); in combineExtractWithShuffle() local43495 (VecSVT == MVT::i8 || VecSVT == MVT::i16 || VecSVT == MVT::i32 || in combineExtractWithShuffle()43496 VecSVT == MVT::i64)) { in combineExtractWithShuffle()43497 unsigned EltSizeInBits = VecSVT.getSizeInBits(); in combineExtractWithShuffle()[all …]