Home
last modified time | relevance | path

Searched refs:VecSVT (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9387 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()
[all …]