Home
last modified time | relevance | path

Searched refs:enableAggressiveInterleaving (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h102 bool enableAggressiveInterleaving(bool LoopHasReductions) const override { in enableAggressiveInterleaving() function
/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() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp657 bool TargetTransformInfo::enableAggressiveInterleaving( in enableAggressiveInterleaving() function in TargetTransformInfo
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() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4791 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()