Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15328 int ElemsPerTbl = in createTblForTrunc() local
15330 assert(ElemsPerTbl <= 16 && in createTblForTrunc()
15388 if (ElemsPerTbl < 16) { in createTblForTrunc()
15389 SmallVector<int> FinalMask(ElemsPerTbl); in createTblForTrunc()
15394 SmallVector<int> FinalMask(ElemsPerTbl * Results.size()); in createTblForTrunc()
15395 if (ElemsPerTbl < 16) { in createTblForTrunc()
15396 std::iota(FinalMask.begin(), FinalMask.begin() + ElemsPerTbl, 0); in createTblForTrunc()
15397 std::iota(FinalMask.begin() + ElemsPerTbl, FinalMask.end(), 16); in createTblForTrunc()