Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5519 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost() local
5520 unsigned NumVecs = (TpNumElts + LTNumElts - 1) / LTNumElts; in getShuffleCost()
5532 for (unsigned E = 0; E < LTNumElts; E++) { in getShuffleCost()
5533 int MaskElt = (N * LTNumElts + E < TpNumElts) ? Mask[N * LTNumElts + E] in getShuffleCost()
5542 unsigned Source = MaskElt / LTNumElts; in getShuffleCost()
5556 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()
5558 NMask.push_back(MaskElt % LTNumElts + LTNumElts); in getShuffleCost()
5560 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()
5580 : LTNumElts; in getShuffleCost()