Home
last modified time | relevance | path

Searched refs:Cycles_ (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h64 unsigned Cycles_; ///< Length of stage in machine cycles member
71 return Cycles_; in getCycles()
86 return (NextCycles_ >= 0) ? (unsigned)NextCycles_ : Cycles_; in getNextCycles()