Home
last modified time | relevance | path

Searched refs:EnableStrictReductions (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h285 bool canVectorizeFPMath(bool EnableStrictReductions);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp905 bool EnableStrictReductions) { in canVectorizeFPMath() argument
914 if (!EnableStrictReductions || in canVectorizeFPMath()
H A DLoopVectorize.cpp335 cl::opt<bool> EnableStrictReductions(
1322 return EnableStrictReductions && !Hints->allowReordering() && in useOrderedReductions()
10152 if (!LVL.canVectorizeFPMath(EnableStrictReductions)) { in processLoop()