Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39050 assert(RootMask.size() > 0 && in combineX86ShufflesRecursively()
39051 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
39180 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()
39181 RootMask.size() % OpMask.size() == 0) || in combineX86ShufflesRecursively()
39182 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()
39183 OpMask.size() % RootMask.size() == 0) || in combineX86ShufflesRecursively()
39184 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()
39190 assert(isPowerOf2_32(RootMask.size()) && in combineX86ShufflesRecursively()
39217 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
39219 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
[all …]