Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp58 ResourceLCM = SchedModel.IssueWidth; in init()
62 ResourceLCM = std::lcm(ResourceLCM, NumUnits); in init()
64 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()
67 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h44 unsigned ResourceLCM = 0; variable
156 return ResourceLCM; in getLatencyFactor()