Searched refs:RootVT (Results 1 – 1 of 1) sorted by relevance
29640 MVT RootVT = Root.getSimpleValueType(); in combineX86ShuffleChain() local29641 assert(VT1.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()29642 VT2.getSizeInBits() == RootVT.getSizeInBits() && in combineX86ShuffleChain()29651 return DAG.getBitcast(RootVT, V1); in combineX86ShuffleChain()29654 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain()29655 unsigned NumRootElts = RootVT.getVectorNumElements(); in combineX86ShuffleChain()29658 (RootVT.isFloatingPoint() && Depth >= 2) || in combineX86ShuffleChain()29659 (RootVT.is256BitVector() && !Subtarget.hasAVX2()); in combineX86ShuffleChain()29676 if (UnaryShuffle && RootVT.is256BitVector() && NumBaseMaskElts == 2 && in combineX86ShuffleChain()29690 return DAG.getBitcast(RootVT, Res); in combineX86ShuffleChain()[all …]