Searched refs:OutSVT (Results 1 – 3 of 3) sorted by relevance
2645 EVT OutSVT = OutVT.getVectorElementType(); in performTruncateCombine() local2649 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && OutVT.is128BitVector())) in performTruncateCombine()
51521 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local51524 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()51533 (OutSVT == MVT::i8 || !Subtarget.hasSSE41() || Subtarget.hasInt256())) in combineVectorTruncation()51541 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
23261 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in canCombineShuffleToExtendVectorInreg() local23262 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in canCombineShuffleToExtendVectorInreg()