Home
last modified time | relevance | path

Searched refs:enableOrderedReductions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h113 bool enableOrderedReductions() const override { return true; } in enableOrderedReductions() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h390 bool enableOrderedReductions() const override { return true; } in enableOrderedReductions() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp546 bool TargetTransformInfo::enableOrderedReductions() const { in enableOrderedReductions() function in TargetTransformInfo
547 return TTIImpl->enableOrderedReductions(); in enableOrderedReductions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h869 LLVM_ABI bool enableOrderedReductions() const;
H A DTargetTransformInfoImpl.h388 virtual bool enableOrderedReductions() const { return false; } in enableOrderedReductions() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10056 AllowOrderedReductions = TTI->enableOrderedReductions(); in processLoop()