Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp56 ResourceLCM = SchedModel.IssueWidth; in init()
60 ResourceLCM = std::lcm(ResourceLCM, NumUnits); in init()
62 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()
65 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h45 unsigned ResourceLCM = 0; variable
169 return ResourceLCM; in getLatencyFactor()