Searched defs:enableOrderedReductions (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.h | 82 bool enableOrderedReductions() const { return true; } enableOrderedReductions() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64TargetTransformInfo.h | 344 bool enableOrderedReductions() const { return true; } in enableOrderedReductions() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 307 bool enableOrderedReductions() const { return false; } enableOrderedReductions() function |
H A D | TargetTransformInfo.h | 2348 bool enableOrderedReductions() override { enableOrderedReductions() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 503 bool TargetTransformInfo::enableOrderedReductions() const { enableOrderedReductions() function in TargetTransformInfo |