Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39701 ArrayRef<int> RootMask, ArrayRef<const SDNode *> SrcNodes, unsigned Depth, in combineX86ShufflesRecursively() argument
39705 assert(!RootMask.empty() && in combineX86ShufflesRecursively()
39706 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()
39734 APInt OpDemandedElts = APInt::getZero(RootMask.size()); in combineX86ShufflesRecursively()
39735 for (int M : RootMask) { in combineX86ShufflesRecursively()
39736 int BaseIdx = RootMask.size() * SrcOpIndex; in combineX86ShufflesRecursively()
39737 if (isInRange(M, BaseIdx, BaseIdx + RootMask.size())) in combineX86ShufflesRecursively()
39743 unsigned NumOpMaskElts = RootMask.size() / Scale; in combineX86ShufflesRecursively()
39744 assert((RootMask.size() % Scale) == 0 && "Root mask size mismatch"); in combineX86ShufflesRecursively()
39746 .extractBits(RootMask.size() - NumOpMaskElts, NumOpMaskElts) in combineX86ShufflesRecursively()
[all …]