Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp30257 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local
30258 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
30260 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
30266 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
30267 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()