Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31431 unsigned RootRatio = std::max<unsigned>(1, OpMask.size() >> RootMaskSizeLog2); in combineX86ShufflesRecursively() local
31433 assert((RootRatio == 1 || OpRatio == 1) && in combineX86ShufflesRecursively()
31437 assert(isPowerOf2_32(RootRatio) && "Non-power-of-2 shuffle mask sizes"); in combineX86ShufflesRecursively()
31439 unsigned RootRatioLog2 = countTrailingZeros(RootRatio); in combineX86ShufflesRecursively()
31457 RootRatio == 1 in combineX86ShufflesRecursively()
31459 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()