Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16775 int ElemsPerTbl = in createTblForTrunc() local
16777 assert(ElemsPerTbl <= 16 && in createTblForTrunc()
16833 if (ElemsPerTbl < 16) { in createTblForTrunc()
16834 SmallVector<int> FinalMask(ElemsPerTbl); in createTblForTrunc()
16839 SmallVector<int> FinalMask(ElemsPerTbl * Results.size()); in createTblForTrunc()
16840 if (ElemsPerTbl < 16) { in createTblForTrunc()
16841 std::iota(FinalMask.begin(), FinalMask.begin() + ElemsPerTbl, 0); in createTblForTrunc()
16842 std::iota(FinalMask.begin() + ElemsPerTbl, FinalMask.end(), 16); in createTblForTrunc()