Searched refs:ShuffleCost (Results 1 – 3 of 3) sorted by relevance
1274 unsigned ShuffleCost = 0; in getArithmeticReductionCost() local1284 ShuffleCost += (IsPairwise + 1) * in getArithmeticReductionCost()1295 ShuffleCost += (NumReduxLevels - LongVectorCount) * (IsPairwise + 1) * in getArithmeticReductionCost()1300 return ShuffleCost + ArithCost + getScalarizationOverhead(Ty, false, true); in getArithmeticReductionCost()1321 unsigned ShuffleCost = 0; in getMinMaxReductionCost() local1331 ShuffleCost += (IsPairwise + 1) * in getMinMaxReductionCost()1346 ShuffleCost += (NumReduxLevels - LongVectorCount) * (IsPairwise + 1) * in getMinMaxReductionCost()1356 return ShuffleCost + MinMaxCost + in getMinMaxReductionCost()
928 unsigned ShuffleCost = in getReductionCost() local932 return ShuffleCost + ArithCost + getScalarizationOverhead(Ty, false, true); in getReductionCost()
2876 unsigned ShuffleCost = in getInterleavedMemoryOpCostAVX512() local2903 int Cost = NumOfResults * NumOfShufflesPerResult * ShuffleCost + in getInterleavedMemoryOpCostAVX512()2932 unsigned ShuffleCost = in getInterleavedMemoryOpCostAVX512() local2939 int Cost = NumOfMemOps * (MemOpCost + NumOfShufflesPerStore * ShuffleCost) + in getInterleavedMemoryOpCostAVX512()