Lines Matching defs:Nc
128 cl::desc("Quotient that is obtained by dividing Nc, the parameter of the"
166 int Nc;
579 if (MacroKernelParams.Mc == 1 && MacroKernelParams.Nc == 1 &&
585 TileSizes[DimOutNum - 2] = MacroKernelParams.Nc;
749 int Nc = PollyPatternMatchingNcQuotient * MicroKernelParams.Nr;
751 assert(Mc > 0 && Nc > 0 && Kc > 0 &&
753 return {Mc, Nc, Kc};
808 unsigned FirstDimSize = MacroParams.Nc / MicroParams.Nr;
909 /// the form S[i,j, k] -> [floor((j mod Nc) / Nr), floor((i mod Mc) / Mr),
1071 if (MacroKernelParams.Mc == 1 || MacroKernelParams.Nc == 1 ||