Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp71 ResourceLCM = SchedModel.IssueWidth; in init()
75 ResourceLCM = lcm(ResourceLCM, NumUnits); in init()
77 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()
80 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h45 unsigned ResourceLCM = 0; variable
157 return ResourceLCM; in getLatencyFactor()