Searched refs:RootVT (Results 1 – 1 of 1) sorted by relevance
35564 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local35565 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()35566 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()35592 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()35598 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()35599 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()35618 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()35630 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, V1, V2)) in combineX86ShuffleChain()35631 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()35636 if (RootVT.is512BitVector() && in combineX86ShuffleChain()[all …]