Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h206 const bool IsAGroup; variable
235 bool isAResourceGroup() const { return IsAGroup; } in isAResourceGroup()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp68 BufferSize(Desc.BufferSize), IsAGroup(llvm::popcount(ResourceMask) > 1) { in ResourceState()
69 if (IsAGroup) { in ResourceState()