Home
last modified time | relevance | path

Searched defs:enableOrderedReductions (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h82 bool enableOrderedReductions() const { return true; } enableOrderedReductions() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h344 bool enableOrderedReductions() const { return true; } in enableOrderedReductions() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h307 bool enableOrderedReductions() const { return false; } enableOrderedReductions() function
H A DTargetTransformInfo.h2348 bool enableOrderedReductions() override { enableOrderedReductions() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp503 bool TargetTransformInfo::enableOrderedReductions() const { enableOrderedReductions() function in TargetTransformInfo