HomeSort by relevance Sort by last modified time
    Searched refs:LastStage (Results 1 - 10 of 10) 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;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrItineraries.h 99 uint16_t LastStage; ///< Index of last + 1 stage in itinerary
129 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX));
140 unsigned StageIdx = Itineraries[ItinClassIndx].LastStage;
  /external/pdfium/third_party/lcms/src/
cmsvirt.c     [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 367 void generateProlog(SMSchedule &Schedule, unsigned LastStage,
370 void generateEpilog(SMSchedule &Schedule, unsigned LastStage,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp 405 void generateProlog(SMSchedule &Schedule, unsigned LastStage,
408 void generateEpilog(SMSchedule &Schedule, unsigned LastStage,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 500 // { firstStage, lastStage, firstCycle, lastCycle } // index
507 Intinerary.LastStage << ", " <<
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 422 Stage < II[SchedClass].LastStage; ++Stage) {
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 571 // { firstStage, lastStage, firstCycle, lastCycle } // index
575 Intinerary.LastStage << ", " <<
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetEmitter.cpp 563 // { firstStage, lastStage, firstCycle, lastCycle } // index
567 Intinerary.LastStage << ", " <<
    [all...]

Completed in 1417 milliseconds