Searched refs:ProcResID (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp59 unsigned ProcResID = ResIdx2ProcResID[getResourceStateIndex(RU.first)]; local
60 ProcResourceUsage[ProcResID] += RU.second.size();
H A DBottleneckAnalysis.h132 User getResourceUser(unsigned ProcResID, unsigned UnitID) const { argument
133 unsigned Index = ProcResID2ResourceUsersIndex[ProcResID];
167 unsigned ProcResID = ResIdx2ProcResID[Index]; local
168 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID);
H A DBottleneckAnalysis.cpp51 unsigned ProcResID = ResIdx2ProcResID[Index]; local
52 const MCProcResourceDesc &PRDesc = *SM.getProcResource(ProcResID);
54 const User U = getResourceUser(ProcResID, I);
84 unsigned ProcResID = ResIdx2ProcResID[ResIdx]; local
85 uint64_t Mask = ProcResID2Mask[ProcResID];
88 ResourcePressureDistribution[ProcResID]++;
97 ProcResID = ResIdx2ProcResID[ResIdx];
98 ResourcePressureDistribution[ProcResID]++;

Completed in 244 milliseconds