Home
last modified time | relevance | path

Searched defs:enableAggressiveInterleaving (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp199 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) { in enableAggressiveInterleaving() function in PPCTTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp167 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const { in enableAggressiveInterleaving() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h242 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; } in enableAggressiveInterleaving() function
DTargetTransformInfo.h729 bool enableAggressiveInterleaving(bool LoopHasReductions) override { in enableAggressiveInterleaving() function