Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A 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[CriticalResourceId in EmitInstruction()
[all...]
H A DSystemZHazardRecognizer.h65 SmallVector<int, 0> ProcResourceCounters; variable