Home
last modified time | relevance | path

Searched refs:RootMask (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38954 assert(!RootMask.empty() && in combineX86ShufflesRecursively()
38955 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
38983 for (int M : RootMask) { in combineX86ShufflesRecursively()
38984 int BaseIdx = RootMask.size() * SrcOpIndex; in combineX86ShufflesRecursively()
38991 unsigned NumOpMaskElts = RootMask.size() / Scale; in combineX86ShufflesRecursively()
39103 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()
39105 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()
39107 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()
39141 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
39143 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
[all …]