Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp63 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()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h42 unsigned ResourceLCM; // Resource units per cycle. Latency normalization factor. variable
145 return ResourceLCM; in getLatencyFactor()