Home
last modified time | relevance | path

Searched refs:requiresOrderedReduction (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1700 while (!TTI::requiresOrderedReduction(FMF) && isPowerOf2_32(NumElts) && in getArithmeticReductionCost()
1710 if (!TTI::requiresOrderedReduction(FMF) && ST->hasMVEFloatOps() && in getArithmeticReductionCost()
1751 TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp783 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1294 if (TTI::requiresOrderedReduction(FMF)) { in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1483 static bool requiresOrderedReduction(std::optional<FastMathFlags> FMF) { in requiresOrderedReduction() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2558 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3877 if (TTI::requiresOrderedReduction(FMF)) { in getArithmeticReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5177 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()