Home
last modified time | relevance | path

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

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