Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h364 uint64_t AvailableProcResUnits; variable
433 uint64_t getAvailableProcResUnits() const { return AvailableProcResUnits; } in getAvailableProcResUnits()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp155 AvailableProcResUnits = ProcResUnitMask; in ResourceManager()
209 AvailableProcResUnits ^= RR.first; in use()
232 AvailableProcResUnits ^= RR.first; in release()