Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp872 dbgs() << format("%6uc @ ", MTM.getCycles(PRDepths[K])) in computeInstrDepths()
1056 dbgs() << format("%6uc @ ", MTM.getCycles(PRHeights[K])) in computeInstrHeights()
1209 PRMax = TE.MTM.getCycles(PRMax); in getResourceDepth()
1261 PRMax = TE.MTM.getCycles(PRMax); in getResourceLength()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrItineraries.h73 unsigned getCycles() const { in getCycles() function
159 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSchedule.cpp141 if (!I->getCycles()) in getReciprocalThroughput()
143 double Temp = llvm::popcount(I->getUnits()) * 1.0 / I->getCycles(); in getReciprocalThroughput()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h414 unsigned getCycles(unsigned Scaled) { in getCycles() function