Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36918 assert(RootMask.size() > 0 && in combineX86ShufflesRecursively()
36919 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
37033 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()
37034 RootMask.size() % OpMask.size() == 0) || in combineX86ShufflesRecursively()
37035 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()
37036 OpMask.size() % RootMask.size() == 0) || in combineX86ShufflesRecursively()
37037 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()
37043 assert(isPowerOf2_32(RootMask.size()) && in combineX86ShufflesRecursively()
37070 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
37072 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
[all …]