Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.h64 unsigned ProcResourceDescIndex; variable
173 : ProcResourceDescIndex(Index), ResourceMask(Mask) { in ResourceState()
185 unsigned getProcResourceID() const { return ProcResourceDescIndex; } in getProcResourceID()