Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h360 uint64_t AvailableProcResUnits; variable
429 uint64_t getAvailableProcResUnits() const { return AvailableProcResUnits; } in getAvailableProcResUnits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp155 AvailableProcResUnits = ProcResUnitMask; in ResourceManager()
209 AvailableProcResUnits ^= RR.first; in use()
232 AvailableProcResUnits ^= RR.first; in release()