Searched refs:ResourceLCM (Results 1 – 2 of 2) sorted by relevance
63 ResourceLCM = SchedModel.IssueWidth; in init()67 ResourceLCM = lcm(ResourceLCM, NumUnits); in init()69 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()72 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
42 unsigned ResourceLCM; // Resource units per cycle. Latency normalization factor. variable145 return ResourceLCM; in getLatencyFactor()