Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp49 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer()
133 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType()
192 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in EmitInstruction()
H A DMachineTraceMetrics.cpp886 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
1066 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights()
1215 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1267 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h74 unsigned getCycles() const { in getCycles()
160 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
73 unsigned getCycles() const { getCycles() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp142 if (!I->getCycles()) in getReciprocalThroughput()
144 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h420 unsigned getCycles(unsigned Scaled) { in getCycles() function