HomeSort by relevance Sort by last modified time
    Searched refs:enableAggressiveInterleaving (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 69 bool enableAggressiveInterleaving(bool LoopHasReductions);
PPCTargetTransformInfo.cpp 206 bool PPCTTIImpl::enableAggressiveInterleaving(bool LoopHasReductions) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 177 bool TargetTransformInfo::enableAggressiveInterleaving(bool LoopHasReductions) const {
178 return TTIImpl->enableAggressiveInterleaving(LoopHasReductions);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 377 bool enableAggressiveInterleaving(bool LoopHasReductions) const;
668 virtual bool enableAggressiveInterleaving(bool LoopHasReductions) = 0;
    [all...]
TargetTransformInfoImpl.h 241 bool enableAggressiveInterleaving(bool LoopHasReductions) { return false; }
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 130 milliseconds