Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h137 const unsigned ProcResourceDescIndex; variable
216 unsigned getProcResourceID() const { return ProcResourceDescIndex; } in getProcResourceID()
/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp67 : ProcResourceDescIndex(Index), ResourceMask(Mask), in ResourceState()