Home
last modified time | relevance | path

Searched defs:LoopHasReductions (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h95 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp231 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h308 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving()
H A DTargetTransformInfo.h1368 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving()