Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp136 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources() local
138 ProcResourceCycles[PROffset + K] = in getResources()
179 unsigned PROffset = MBB->getNumber() * PRKinds; in computeDepthResources() local
185 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()
186 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()
203 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()
212 unsigned PROffset = MBB->getNumber() * PRKinds; in computeHeightResources() local
222 ProcResourceHeights.begin() + PROffset); in computeHeightResources()
237 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp123 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources() local
125 ProcResourceCycles[PROffset + K] = in getResources()
167 unsigned PROffset = MBB->getNumber() * PRKinds; in computeDepthResources() local
173 std::fill(ProcResourceDepths.begin() + PROffset, in computeDepthResources()
174 ProcResourceDepths.begin() + PROffset + PRKinds, 0); in computeDepthResources()
191 ProcResourceDepths[PROffset + K] = PredPRDepths[K] + PredPRCycles[K]; in computeDepthResources()
200 unsigned PROffset = MBB->getNumber() * PRKinds; in computeHeightResources() local
210 ProcResourceHeights.begin() + PROffset); in computeHeightResources()
225 ProcResourceHeights[PROffset + K] = SuccPRHeights[K] + PRCycles[K]; in computeHeightResources()