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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp56 unsigned StageDepth = CurCycle + IS->getCycles();
139 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
199 for (unsigned int i = 0; i < IS->getCycles(); ++i) {
/macosx-10.10/llvmCore-3425.0.34/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 108 milliseconds