Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h361 uint64_t ProcResUnitMask; variable
432 uint64_t getProcResUnitMask() const { return ProcResUnitMask; } in getProcResUnitMask()
/freebsd/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()