Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp165 static cl::opt<int> SecondCacheLevelAssociativity( variable
948 if (SecondCacheLevelAssociativity == -1) { in getTargetCacheParameters()
950 SecondCacheLevelAssociativity = in getTargetCacheParameters()
953 SecondCacheLevelAssociativity = in getTargetCacheParameters()
986 FirstCacheLevelAssociativity > 2 && SecondCacheLevelAssociativity > 2)) in getMacroKernelParams()
1008 static_cast<double>(Kc * ElementSize * SecondCacheLevelAssociativity) / in getMacroKernelParams()
1010 int Mc = floor((SecondCacheLevelAssociativity - 2) / Cac); in getMacroKernelParams()