Searched refs:RootMask (Results 1 – 1 of 1) sorted by relevance
34083 ArrayRef<int> RootMask, ArrayRef<const SDNode *> SrcNodes, unsigned Depth, in combineX86ShufflesRecursively() argument34086 assert(RootMask.size() > 0 && in combineX86ShufflesRecursively()34087 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()34124 bool EmptyRoot = (Depth == 0) && (RootMask.size() == 1); in combineX86ShufflesRecursively()34174 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()34175 RootMask.size() % OpMask.size() == 0) || in combineX86ShufflesRecursively()34176 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()34177 OpMask.size() % RootMask.size() == 0) || in combineX86ShufflesRecursively()34178 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()34184 assert(isPowerOf2_32(RootMask.size()) && in combineX86ShufflesRecursively()[all …]