Searched refs:LTNumElts (Results 1 – 1 of 1) sorted by relevance
3754 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost() local3755 unsigned NumVecs = (TpNumElts + LTNumElts - 1) / LTNumElts; in getShuffleCost()3765 for (unsigned E = 0; E < LTNumElts; E++) { in getShuffleCost()3766 int MaskElt = (N * LTNumElts + E < TpNumElts) ? Mask[N * LTNumElts + E] in getShuffleCost()3775 unsigned Source = MaskElt / LTNumElts; in getShuffleCost()3789 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()3791 NMask.push_back(MaskElt % LTNumElts + LTNumElts); in getShuffleCost()3793 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()3802 return ME.value() % LTNumElts == ME.index(); in getShuffleCost()3804 Cost += LTNumElts - 1; in getShuffleCost()[all …]