Searched refs:NumPerms (Results 1 – 1 of 1) sorted by relevance
1134 unsigned NumPerms = alignTo(RequestedElts, 2) / 2; in getShuffleCost() local1136 unsigned NumPermMasks = Kind == TTI::SK_Broadcast ? 1 : NumPerms; in getShuffleCost()1137 return NumPerms + NumPermMasks; in getShuffleCost()1151 unsigned NumPerms = alignTo(RequestedElts, 2) / 2; in getShuffleCost() local1153 unsigned NumPermMasks = Kind == TTI::SK_Select ? 1 : NumPerms; in getShuffleCost()1154 return NumPerms + NumPermMasks; in getShuffleCost()