reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsSEISelLowering.cpp
 2647   return fitsRegularPattern<int>(Indices.begin(), 1, Indices.end(), SplatIndex,
 2678   if (fitsRegularPattern<int>(Begin, 2, End, 0, 2))
 2680   else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 2))
 2687   if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 2))
 2689   else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 2))
 2724   if (fitsRegularPattern<int>(Begin, 2, End, 1, 2))
 2726   else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + 1, 2))
 2733   if (fitsRegularPattern<int>(Begin + 1, 2, End, 1, 2))
 2735   else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size() + 1, 2))
 2771   if (fitsRegularPattern<int>(Begin, 2, End, 0, 1))
 2773   else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 1))
 2780   if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 1))
 2782   else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 1))
 2819   if (fitsRegularPattern<int>(Begin, 2, End, HalfSize, 1))
 2821   else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + HalfSize, 1))
 2828   if (fitsRegularPattern<int>(Begin + 1, 2, End, HalfSize, 1))
 2830   else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size() + HalfSize,
 2865   if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
 2867   else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
 2872   if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
 2874   else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
 2908   if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
 2910   else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
 2915   if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
 2917   else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))