Searched refs:SrcOpIndex (Results 1 – 1 of 1) sorted by relevance
39700 ArrayRef<SDValue> SrcOps, int SrcOpIndex, SDValue Root, in combineX86ShufflesRecursively() argument39706 (RootMask.size() > 1 || (RootMask[0] == 0 && SrcOpIndex == 0)) && in combineX86ShufflesRecursively()39719 SDValue Op = SrcOps[SrcOpIndex]; in combineX86ShufflesRecursively()39736 int BaseIdx = RootMask.size() * SrcOpIndex; in combineX86ShufflesRecursively()39853 AddOp(OpInput, OpInputIdx.empty() ? SrcOpIndex : -1)); in combineX86ShufflesRecursively()39906 if ((RootMaskedIdx < (SrcOpIndex * MaskWidth)) || in combineX86ShufflesRecursively()39907 (((SrcOpIndex + 1) * MaskWidth) <= RootMaskedIdx)) { in combineX86ShufflesRecursively()