Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h98 bool enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h90 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp430 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() function in PPCTTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h778 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
1692 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
2182 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() function
2183 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
H A DTargetTransformInfoImpl.h356 bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp541 bool TargetTransformInfo::enableAggressiveInterleaving( in enableAggressiveInterleaving() function in TargetTransformInfo
543 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5831 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()