Home
last modified time | relevance | path

Searched refs:StridedLoads (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp707 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
728 ++StridedLoads; in getFalkorUnrollingPreferences()
731 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
732 return StridedLoads; in getFalkorUnrollingPreferences()
735 return StridedLoads; in getFalkorUnrollingPreferences()
738 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
739 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
743 if (StridedLoads) { in getFalkorUnrollingPreferences()
744 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()