Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp338 llvm::SmallVector<float, 32> ProcResUnitUsage(NumProcRes); in getNonRedundantWriteProcRes() local
347 ProcResUnitUsage[WPR->ProcResourceIdx] += WPR->Cycles; in getNonRedundantWriteProcRes()
355 RemainingCycles -= ProcResUnitUsage[*SubResIdx]; in getNonRedundantWriteProcRes()
368 ProcResUnitUsage[*SubResIdx] += RemainingCycles / ProcResDesc->NumUnits; in getNonRedundantWriteProcRes()