Searched refs:RootVT (Results 1 – 1 of 1) sorted by relevance
38511 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local38512 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()38513 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()38541 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()38547 (RootVT.isFloatingPoint() && Depth >= 1) || in combineX86ShuffleChain()38548 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()38568 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()38582 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()38584 return CanonicalizeShuffleInput(RootVT, V1); in combineX86ShuffleChain()38589 if (RootVT.is512BitVector() && in combineX86ShuffleChain()[all …]