Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h346 SmallVector<uint64_t, 8> ProcResID2Mask; variable
393 assert(ResourceID < ProcResID2Mask.size() && in setCustomStrategy()
395 return setCustomStrategyImpl(std::move(S), ProcResID2Mask[ResourceID]); in setCustomStrategy()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp115 ProcResID2Mask(SM.getNumProcResourceKinds(), 0), in ResourceManager()
119 computeProcResourceMasks(SM, ProcResID2Mask); in ResourceManager()
123 unsigned Index = getResourceStateIndex(ProcResID2Mask[I]); in ResourceManager()
128 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager()
136 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp28 ProcResID2Mask(Model.getNumProcResourceKinds(), 0), in PressureTracker()
31 computeProcResourceMasks(SM, ProcResID2Mask); in PressureTracker()
39 uint64_t ResourceMask = ProcResID2Mask[I]; in PressureTracker()
83 uint64_t Mask = ProcResID2Mask[ProcResID]; in updateResourcePressureDistribution()
H A DBottleneckAnalysis.h107 SmallVector<uint64_t, 4> ProcResID2Mask; variable