Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2494 fitsRegularPattern(typename SmallVectorImpl<ValType>::const_iterator Begin, in fitsRegularPattern() function
2534 return fitsRegularPattern<int>(Indices.begin(), 1, Indices.end(), SplatIndex, in isVECTOR_SHUFFLE_SPLATI()
2565 if (fitsRegularPattern<int>(Begin, 2, End, 0, 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2567 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2574 if (fitsRegularPattern<int>(Begin + 1, 2, End, 0, 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2576 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_ILVEV()
2611 if (fitsRegularPattern<int>(Begin, 2, End, 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2613 else if (fitsRegularPattern<int>(Begin, 2, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2620 if (fitsRegularPattern<int>(Begin + 1, 2, End, 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
2622 else if (fitsRegularPattern<int>(Begin + 1, 2, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_ILVOD()
[all …]