Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14105 int ElemsPerTbl = in createTblForTrunc() local
14107 assert(ElemsPerTbl <= 16 && in createTblForTrunc()
14165 if (ElemsPerTbl < 16) { in createTblForTrunc()
14166 SmallVector<int> FinalMask(ElemsPerTbl); in createTblForTrunc()
14171 SmallVector<int> FinalMask(ElemsPerTbl * Results.size()); in createTblForTrunc()
14172 if (ElemsPerTbl < 16) { in createTblForTrunc()
14173 std::iota(FinalMask.begin(), FinalMask.begin() + ElemsPerTbl, 0); in createTblForTrunc()
14174 std::iota(FinalMask.begin() + ElemsPerTbl, FinalMask.end(), 16); in createTblForTrunc()