Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp122 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getResources() local
123 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources()
142 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind"); in getResources()
149 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources()
150 for (unsigned K = 0; K != PRKinds; ++K) in getResources()
161 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getProcReleaseAtCycles() local
162 assert((MBBNum+1) * PRKinds <= ProcReleaseAtCycles.size()); in getProcReleaseAtCycles()
163 return ArrayRef(ProcReleaseAtCycles.data() + MBBNum * PRKinds, PRKinds); in getProcReleaseAtCycles()
173 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in Ensemble() local
174 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()
[all …]