Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp117 ProcResUnitMask(0), ReservedResourceGroups(0), in ResourceManager()
140 ProcResUnitMask |= Mask; in ResourceManager()
155 AvailableProcResUnits = ProcResUnitMask; in ResourceManager()
291 BusyResourceMask &= ProcResUnitMask; in checkAvailability()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h357 uint64_t ProcResUnitMask; variable
428 uint64_t getProcResUnitMask() const { return ProcResUnitMask; } in getProcResUnitMask()