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