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

/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp59 CurCycle += IS->getNextCycles();
173 cycle += IS->getNextCycles();
230 cycle += IS->getNextCycles();
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h84 /// getNextCycles - returns the number of cycles from the start of
86 unsigned getNextCycles() const { function in struct:llvm::InstrStage
172 StartCycle += IS->getNextCycles();

Completed in 139 milliseconds