Searched refs:LTNumElts (Results 1 – 1 of 1) sorted by relevance
4064 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost() local4065 unsigned NumVecs = (TpNumElts + LTNumElts - 1) / LTNumElts; in getShuffleCost()4075 for (unsigned E = 0; E < LTNumElts; E++) { in getShuffleCost()4076 int MaskElt = (N * LTNumElts + E < TpNumElts) ? Mask[N * LTNumElts + E] in getShuffleCost()4085 unsigned Source = MaskElt / LTNumElts; in getShuffleCost()4099 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()4101 NMask.push_back(MaskElt % LTNumElts + LTNumElts); in getShuffleCost()4103 NMask.push_back(MaskElt % LTNumElts); in getShuffleCost()4112 return ME.value() % LTNumElts == ME.index(); in getShuffleCost()4114 Cost += LTNumElts - 1; in getShuffleCost()[all …]