Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp153 ProcResourceCounters[i] = ((ProcResourceCounters[i] > NumGroups) in nextGroup()
154 ? (ProcResourceCounters[i] - NumGroups) in nextGroup()
159 (ProcResourceCounters[CriticalResourceIdx] <= in nextGroup()
227 if (ProcResourceCounters[i] > 0) { in dumpProcResourceCounters()
237 if (ProcResourceCounters[i] > 0) in dumpProcResourceCounters()
239 << ":" << ProcResourceCounters[i] << " "; in dumpProcResourceCounters()
260 ProcResourceCounters.assign(SchedModel->getNumProcResourceKinds(), 0); in clearProcResCounters()
303 ProcResourceCounters[PI->ProcResourceIdx]; in EmitInstruction()
310 ProcResourceCounters[CriticalResourceIdx]))) { in EmitInstruction()
457 ProcResourceCounters = Incoming->ProcResourceCounters; in copyState()
DSystemZHazardRecognizer.h65 SmallVector<int, 0> ProcResourceCounters; variable