Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp117 ProcResUnitMask(0), ReservedResourceGroups(0), AvailableBuffers(~0ULL), in ResourceManager()
140 ProcResUnitMask |= Mask; in ResourceManager()
155 AvailableProcResUnits = ProcResUnitMask; in ResourceManager()
304 BusyResourceMask &= ProcResUnitMask; in checkAvailability()
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h357 uint64_t ProcResUnitMask; variable
428 uint64_t getProcResUnitMask() const { return ProcResUnitMask; } in getProcResUnitMask()