Searched refs:LTNumElts (Results 1 – 1 of 1) sorted by relevance
2828 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost() local2829 unsigned NumVecs = (TpNumElts + LTNumElts - 1) / LTNumElts; in getShuffleCost()2839 for (unsigned E = 0; E < LTNumElts; E++) { in getShuffleCost()2840 int MaskElt = (N * LTNumElts + E < TpNumElts) ? Mask[N * LTNumElts + E] in getShuffleCost()2849 unsigned Source = MaskElt / LTNumElts; in getShuffleCost()2863 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()2865 NMask.push_back(MaskElt % LTNumElts + LTNumElts); in getShuffleCost()2867 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()2876 return ME.value() % LTNumElts == ME.index(); in getShuffleCost()2878 Cost += LTNumElts - 1; in getShuffleCost()[all …]