Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp871 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()
872 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()
873 if (PRDepths[K]) { in computeInstrDepths()
875 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
877 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()
1202 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1205 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1206 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1208 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1209 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
[all …]
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp812 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber()); in computeInstrDepths()
813 for (unsigned K = 0; K != PRDepths.size(); ++K) in computeInstrDepths()
814 if (PRDepths[K]) { in computeInstrDepths()
816 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
818 << PRDepths[K]/Factor << " ops x" << Factor << ")\n"; in computeInstrDepths()
1177 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum()); in getResourceDepth() local
1180 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1181 PRMax = std::max(PRMax, PRDepths[K] + PRCycles[K]); in getResourceDepth()
1183 for (unsigned K = 0; K != PRDepths.size(); ++K) in getResourceDepth()
1184 PRMax = std::max(PRMax, PRDepths[K]); in getResourceDepth()
[all …]