Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40104 ArrayRef<int> RootMask, ArrayRef<const SDNode *> SrcNodes, unsigned Depth, in combineX86ShufflesRecursively() argument
40108 assert(RootMask.size() > 0 && in combineX86ShufflesRecursively()
40109 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
40136 APInt OpDemandedElts = APInt::getZero(RootMask.size()); in combineX86ShufflesRecursively()
40137 for (int M : RootMask) { in combineX86ShufflesRecursively()
40138 int BaseIdx = RootMask.size() * SrcOpIndex; in combineX86ShufflesRecursively()
40139 if (isInRange(M, BaseIdx, BaseIdx + RootMask.size())) in combineX86ShufflesRecursively()
40145 unsigned NumOpMaskElts = RootMask.size() / Scale; in combineX86ShufflesRecursively()
40146 assert((RootMask.size() % Scale) == 0 && "Root mask size mismatch"); in combineX86ShufflesRecursively()
40148 .extractBits(RootMask.size() - NumOpMaskElts, NumOpMaskElts) in combineX86ShufflesRecursively()
[all …]