Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScoreboardHazardRecognizer.cpp50 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()
HDMachineTraceMetrics.cpp874 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
1058 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights()
1211 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1263 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrItineraries.h70 unsigned getCycles() const { in getCycles() function
156 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSchedule.cpp140 if (!I->getCycles()) in getReciprocalThroughput()
142 double Temp = countPopulation(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles() function