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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h97 bool enableAggressiveInterleaving(bool LoopHasReductions) { function in class:llvm::HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h79 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp599 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h705 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
1348 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
1691 bool enableAggressiveInterleaving(bool LoopHasReductions) override {
1692 return Impl.enableAggressiveInterleaving(LoopHasReductions);
H A DTargetTransformInfoImpl.h257 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 bool TargetTransformInfo::enableAggressiveInterleaving( function in class:TargetTransformInfo
487 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5406 if (TTI.enableAggressiveInterleaving(HasReductions)) {

Completed in 70 milliseconds