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

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h86 unsigned getNextCycles() const { function in struct:llvm::InstrStage
162 StartCycle += IS->getNextCycles();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrItineraries.h83 /// getNextCycles - returns the number of cycles from the start of
85 unsigned getNextCycles() const { function in struct:llvm::InstrStage
173 StartCycle += IS->getNextCycles();

Completed in 81 milliseconds