Home
last modified time | relevance | path

Searched defs:enableAggressiveInterleaving (Results 1 – 4 of 4) 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.cpp431 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h476 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp657 bool TargetTransformInfo::enableAggressiveInterleaving( in enableAggressiveInterleaving() function in TargetTransformInfo