Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp96 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getResources() local
97 SmallVector<unsigned, 32> PRCycles(PRKinds); in getResources()
116 assert(PI->ProcResourceIdx < PRKinds && "Bad processor resource kind"); in getResources()
123 unsigned PROffset = MBB->getNumber() * PRKinds; in getResources()
124 for (unsigned K = 0; K != PRKinds; ++K) in getResources()
135 unsigned PRKinds = SchedModel.getNumProcResourceKinds(); in getProcResourceCycles() local
136 assert((MBBNum+1) * PRKinds <= ProcResourceCycles.size()); in getProcResourceCycles()
137 return makeArrayRef(ProcResourceCycles.data() + MBBNum * PRKinds, PRKinds); in getProcResourceCycles()
148 unsigned PRKinds = MTM.SchedModel.getNumProcResourceKinds(); in Ensemble() local
149 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); in Ensemble()
[all …]