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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 137 const InstrStage *beginStage(unsigned ItinClassIndx) const {
159 for (const InstrStage *IS = beginStage(ItinClassIndx),
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrItineraries.h 140 /// beginStage - Return the first stage of the itinerary.
142 const InstrStage *beginStage(unsigned ItinClassIndx) const {
163 // stage). This is different from beginStage == endState != 0, which could
170 for (const InstrStage *IS = beginStage(ItinClassIndx),

Completed in 2564 milliseconds