Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp116 ResIndex2ProcResID(SM.getNumProcResourceKinds() - 1, 0), in ResourceManager()
124 ResIndex2ProcResID[Index] = I; in ResourceManager()
167 return ResIndex2ProcResID[getResourceStateIndex(Mask)]; in resolveResourceMask()
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h350 SmallVector<unsigned, 8> ResIndex2ProcResID; variable