Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DResourcePressureView.cpp25 unsigned R2VIndex = 0; in initialize() local
34 Resource2VecIndex.insert(std::pair<unsigned, unsigned>(I, R2VIndex)); in initialize()
35 R2VIndex += ProcResource.NumUnits; in initialize()
38 NumResourceUnits = R2VIndex; in initialize()
52 unsigned R2VIndex = Resource2VecIndex[RR.first]; in onEvent() local
53 R2VIndex += countTrailingZeros(RR.second); in onEvent()
54 ResourceUsage[R2VIndex + NumResourceUnits * SourceIdx] += Use.second; in onEvent()
55 ResourceUsage[R2VIndex + NumResourceUnits * Source.size()] += Use.second; in onEvent()