Searched refs:SrcSVT (Results 1 – 1 of 1) sorted by relevance
11721 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleAsVTRUNC() local11722 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleAsVTRUNC()11891 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleWithPACK() local11893 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleWithPACK()40270 EVT SrcSVT = SrcVT.getScalarType(); in combineMinMaxReduction() local40271 if (SrcSVT != ExtractVT || (SrcVT.getSizeInBits() % 128) != 0) in combineMinMaxReduction()40557 EVT SrcSVT = SrcVT.getVectorElementType(); in combineExtractWithShuffle() local40558 unsigned SrcEltBits = SrcSVT.getSizeInBits(); in combineExtractWithShuffle()40562 if (SrcSVT == MVT::i1 || !isa<ConstantSDNode>(Idx)) in combineExtractWithShuffle()40633 MVT ExtractVT = MVT::getVectorVT(SrcSVT.getSimpleVT(), 128 / SrcEltBits); in combineExtractWithShuffle()