Home
last modified time | relevance | path

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

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