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.h102 bool enableAggressiveInterleaving(bool LoopHasReductions) const override { in enableAggressiveInterleaving() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h88 bool enableAggressiveInterleaving(bool LoopHasReductions) const override;
H A DPPCTargetTransformInfo.cpp431 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving()
436 return LoopHasReductions; in enableAggressiveInterleaving()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp658 bool LoopHasReductions) const { in enableAggressiveInterleaving()
659 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h983 LLVM_ABI bool enableAggressiveInterleaving(bool LoopHasReductions) const;
H A DTargetTransformInfoImpl.h476 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument