Lines Matching refs:fitsRegularPattern

2585 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin,  in fitsRegularPattern()  function
2625 return fitsRegularPattern<int>(Indices.begin(), 1, Indices.end(), SplatIndex, in isVECTOR_SHUFFLE_SPLATI()
2656 if (fitsRegularPattern<int>(Begin, 2, End, 0, 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2658 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2665 if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2667 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2702 if (fitsRegularPattern<int>(Begin, 2, End, 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2704 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2711 if (fitsRegularPattern<int>(Begin + 1, 2, End, 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2713 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2749 if (fitsRegularPattern<int>(Begin, 2, End, 0, 1)) in lowerVECTOR_SHUFFLE_ILVR()
2751 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 1)) in lowerVECTOR_SHUFFLE_ILVR()
2758 if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 1)) in lowerVECTOR_SHUFFLE_ILVR()
2760 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 1)) in lowerVECTOR_SHUFFLE_ILVR()
2797 if (fitsRegularPattern<int>(Begin, 2, End, HalfSize, 1)) in lowerVECTOR_SHUFFLE_ILVL()
2799 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + HalfSize, 1)) in lowerVECTOR_SHUFFLE_ILVL()
2806 if (fitsRegularPattern<int>(Begin + 1, 2, End, HalfSize, 1)) in lowerVECTOR_SHUFFLE_ILVL()
2808 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size() + HalfSize, in lowerVECTOR_SHUFFLE_ILVL()
2843 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2845 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2850 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2852 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2886 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2888 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2893 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2895 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()