Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp783 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp1294 if (TTI::requiresOrderedReduction(FMF)) { in getArithmeticReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1483 static bool requiresOrderedReduction(std::optional<FastMathFlags> FMF) { in requiresOrderedReduction() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h2558 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.cpp3877 if (TTI::requiresOrderedReduction(FMF)) { in getArithmeticReductionCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp5177 if (TTI::requiresOrderedReduction(FMF)) in getArithmeticReductionCost()