Searched refs:LTNumElts (Results 1 – 1 of 1) sorted by relevance
3147 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost() local3148 unsigned NumVecs = (TpNumElts + LTNumElts - 1) / LTNumElts; in getShuffleCost()3158 for (unsigned E = 0; E < LTNumElts; E++) { in getShuffleCost()3159 int MaskElt = (N * LTNumElts + E < TpNumElts) ? Mask[N * LTNumElts + E] in getShuffleCost()3168 unsigned Source = MaskElt / LTNumElts; in getShuffleCost()3182 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()3184 NMask.push_back(MaskElt % LTNumElts + LTNumElts); in getShuffleCost()3186 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()3195 return ME.value() % LTNumElts == ME.index(); in getShuffleCost()3197 Cost += LTNumElts - 1; in getShuffleCost()[all …]