HomeSort by relevance Sort by last modified time
    Searched refs:getCycles (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 56 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) {
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 70 /// getCycles - returns the number of cycles the stage is occupied
71 unsigned getCycles() const {
176 Latency = std::max(Latency, StartCycle + IS->getCycles());

Completed in 284 milliseconds