Lines Matching defs:Kc
167 int Kc;
580 MacroKernelParams.Kc == 1)
586 TileSizes[DimOutNum - 1] = MacroKernelParams.Kc;
743 int Kc = (Car * FirstCacheLevelSize) /
746 static_cast<double>(Kc * ElementSize * SecondCacheLevelAssociativity) /
751 assert(Mc > 0 && Nc > 0 && Kc > 0 &&
753 return {Mc, Nc, Kc};
809 unsigned SecondDimSize = MacroParams.Kc;
848 unsigned SecondDimSize = MacroParams.Kc;
910 /// k mod Kc, j mod Nr, i mod Mr].
913 /// a new array Packed_A[Mc/Mr][Kc][Mr] to the SCoP, using
916 /// S[i, j, k] -> Packed_A[floor((i mod Mc) / Mr), k mod Kc, i mod Mr], using
1072 MacroKernelParams.Kc == 1)