Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16386 int ElemsPerTbl = in createTblForTrunc() local
16388 assert(ElemsPerTbl <= 16 && in createTblForTrunc()
16446 if (ElemsPerTbl < 16) { in createTblForTrunc()
16447 SmallVector<int> FinalMask(ElemsPerTbl); in createTblForTrunc()
16452 SmallVector<int> FinalMask(ElemsPerTbl * Results.size()); in createTblForTrunc()
16453 if (ElemsPerTbl < 16) { in createTblForTrunc()
16454 std::iota(FinalMask.begin(), FinalMask.begin() + ElemsPerTbl, 0); in createTblForTrunc()
16455 std::iota(FinalMask.begin() + ElemsPerTbl, FinalMask.end(), 16); in createTblForTrunc()