Lines Matching defs:FMF
1701 std::optional<FastMathFlags> FMF,
1718 while (!TTI::requiresOrderedReduction(FMF) && isPowerOf2_32(NumElts) &&
1728 if (!TTI::requiresOrderedReduction(FMF) && ST->hasMVEFloatOps() &&
1769 TTI::requiresOrderedReduction(FMF))
1770 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind);
1782 return BaseT::getArithmeticReductionCost(Opcode, ValTy, FMF, CostKind);
1787 FastMathFlags FMF, TTI::TargetCostKind CostKind) {
1815 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF,
1848 FastMathFlags FMF,
1865 IntrinsicCostAttributes ICA(IID, VecTy, {VecTy, VecTy}, FMF);
1882 FMF);
1903 return BaseT::getMinMaxReductionCost(IID, Ty, FMF, CostKind);