Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36696 ArrayRef<int> RootMask, ArrayRef<const SDNode *> SrcNodes, unsigned Depth, in combineX86ShufflesRecursively() argument
36699 assert(RootMask.size() > 0 && in combineX86ShufflesRecursively()
36700 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
36764 bool EmptyRoot = (Depth == 0) && (RootMask.size() == 1); in combineX86ShufflesRecursively()
36814 assert(((RootMask.size() > OpMask.size() && in combineX86ShufflesRecursively()
36815 RootMask.size() % OpMask.size() == 0) || in combineX86ShufflesRecursively()
36816 (OpMask.size() > RootMask.size() && in combineX86ShufflesRecursively()
36817 OpMask.size() % RootMask.size() == 0) || in combineX86ShufflesRecursively()
36818 OpMask.size() == RootMask.size()) && in combineX86ShufflesRecursively()
36824 assert(isPowerOf2_32(RootMask.size()) && in combineX86ShufflesRecursively()
[all …]