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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 158 unsigned Latency = 0, StartCycle = 0;
161 Latency = std::max(Latency, StartCycle + IS->getCycles());
162 StartCycle += IS->getNextCycles();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrItineraries.h 169 unsigned Latency = 0, StartCycle = 0;
172 Latency = std::max(Latency, StartCycle + IS->getCycles());
173 StartCycle += IS->getNextCycles();

Completed in 504 milliseconds