Lines Matching defs:BaseCost
5831 InstructionCost BaseCost;
5835 BaseCost = TTI.getMinMaxReductionCost(MinMaxID, VectorTy,
5838 BaseCost = TTI.getArithmeticReductionCost(
5845 BaseCost +=
5852 return BaseCost;
5893 RedCost < ExtCost * 2 + MulCost + Ext2Cost + BaseCost)
5907 if (RedCost.isValid() && RedCost < BaseCost + ExtCost)
5946 (RedCost + ExtraExtCost) < (ExtCost0 + ExtCost1 + MulCost + BaseCost))
5956 if (RedCost.isValid() && RedCost < MulCost + BaseCost)
5961 return I == RetI ? std::optional<InstructionCost>(BaseCost) : std::nullopt;