Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34210 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local
34211 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
34213 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
34219 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
34220 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()