Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp51 CurCycle += IS->getNextCycles(); in ScoreboardHazardRecognizer()
165 cycle += IS->getNextCycles(); in getHazardType()
222 cycle += IS->getNextCycles(); in EmitInstruction()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h89 unsigned getNextCycles() const { in getNextCycles() function
161 StartCycle += IS->getNextCycles(); in getStageLatency()