Searched refs:enableAggressiveInterleaving (Results 1 – 6 of 6) sorted by relevance
347 bool enableAggressiveInterleaving(bool LoopHasReductions) const;554 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;677 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() function678 return Impl.enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
240 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving() function
150 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function in TargetTransformInfo151 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions); in enableAggressiveInterleaving()
81 bool enableAggressiveInterleaving(bool LoopHasReductions);
195 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() function in PPCTTIImpl
4771 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectUnrollFactor()