Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h339 SmallVector<uint64_t, 8> ProcResID2Mask; variable
366 assert(ResourceID < ProcResID2Mask.size() && in setCustomStrategy()
368 return setCustomStrategyImpl(std::move(S), ProcResID2Mask[ResourceID]); in setCustomStrategy()
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp122 ProcResID2Mask(SM.getNumProcResourceKinds()) { in ResourceManager()
123 computeProcResourceMasks(SM, ProcResID2Mask); in ResourceManager()
126 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager()
134 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager()