Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h96 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h88 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp428 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
433 return LoopHasReductions; in enableAggressiveInterleaving()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h921 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
1951 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
2506 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument
2507 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
H A DTargetTransformInfoImpl.h390 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp620 bool LoopHasReductions) const { in enableAggressiveInterleaving()
621 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()