Home
last modified time | relevance | path

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

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