Home
last modified time | relevance | path

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

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