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

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 58 CurCycle += IS->getNextCycles();
172 cycle += IS->getNextCycles();
229 cycle += IS->getNextCycles();
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 84 /// getNextCycles - returns the number of cycles from the start of
86 unsigned getNextCycles() const {
177 StartCycle += IS->getNextCycles();

Completed in 26 milliseconds