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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 100 unsigned LastStage; ///< Index of last + 1 stage in itinerary
133 (Itineraries[ItinClassIndx].LastStage == ~0U));
144 unsigned StageIdx = Itineraries[ItinClassIndx].LastStage;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrItineraries.h 100 unsigned LastStage; ///< Index of last + 1 stage in itinerary
137 (Itineraries[ItinClassIndx].LastStage == ~0U));
150 unsigned StageIdx = Itineraries[ItinClassIndx].LastStage;

Completed in 138 milliseconds