Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h97 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h87 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp816 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() argument
821 return LoopHasReductions; in enableAggressiveInterleaving()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h748 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
1544 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
1956 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() argument
1957 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
H A DTargetTransformInfoImpl.h317 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp490 bool LoopHasReductions) const { in enableAggressiveInterleaving()
491 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()