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

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h69 bool enableAggressiveInterleaving(bool LoopHasReductions);
H A DPPCTargetTransformInfo.cpp206 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { function in class:PPCTTIImpl
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp177 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { function in class:TargetTransformInfo
178 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h377 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
668 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
835 bool enableAggressiveInterleaving(bool LoopHasReductions) override {
836 return Impl.enableAggressiveInterleaving(LoopHasReductions);
H A DTargetTransformInfoImpl.h241 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5516 if (TTI.enableAggressiveInterleaving(HasReductions)) {

Completed in 233 milliseconds