Searched defs:getCycles (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h70 /// getCycles - returns the number of cycles the stage is occupied
71 unsigned getCycles() const { function in struct:llvm::InstrStage
176 Latency = std::max(Latency, StartCycle + IS->getCycles());

Completed in 39 milliseconds