Searched defs:fitsRegularPattern (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2491 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin, function
2531 return fitsRegularPattern<int>(Indices.begin(), 1, Indices.end(), SplatIndex,
2562 if (fitsRegularPattern<int>(Begin, 2, End, 0, 2))
2564 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 2))
2571 if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 2))
2573 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 2))
2608 if (fitsRegularPattern<int>(Begin, 2, End, 1, 2))
2610 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + 1, 2))
2617 if (fitsRegularPattern<int>(Begin + 1, 2, End, 1, 2))
2619 else if (fitsRegularPattern<in
[all...]

Completed in 103 milliseconds