HomeSort by relevance Sort by last modified time
    Searched refs:FirstStage (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrItineraries.h 99 unsigned FirstStage; ///< Index of first stage in itinerary
136 return ((Itineraries[ItinClassIndx].FirstStage == ~0U) &&
143 unsigned StageIdx = Itineraries[ItinClassIndx].FirstStage;
165 if (isEmpty() || Itineraries[ItinClassIndx].FirstStage == 0)
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 99 unsigned FirstStage; ///< Index of first stage in itinerary
132 return ((Itineraries[ItinClassIndx].FirstStage == ~0U) &&
138 unsigned StageIdx = Itineraries[ItinClassIndx].FirstStage;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrItineraries.h 98 uint16_t FirstStage; ///< Index of first stage in itinerary
128 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) &&
134 unsigned StageIdx = Itineraries[ItinClassIndx].FirstStage;
  /external/gemmlowp/internal/
output.h 358 template <typename OutputPipelineType, int FirstStage, typename InputType,
360 FirstStage == std::tuple_size<OutputPipelineType>::value>
362 typedef typename std::tuple_element<FirstStage, OutputPipelineType>::type
366 typedef typename OutputPipelineOutputType<OutputPipelineType, FirstStage + 1,
370 template <typename OutputPipelineType, int FirstStage, typename InputType>
371 struct OutputPipelineOutputType<OutputPipelineType, FirstStage, InputType,
378 // unrolling of the loop over all pipeline stages. The 'FirstStage' parameter
380 // evaluation starting at 'FirstStage'. The StopRecursion parameter is just a
383 template <typename OutputPipelineType, int FirstStage, typename InputType,
385 FirstStage == std::tuple_size<OutputPipelineType>::value
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.cpp 198 itin->FirstStage != ~0U; ++itin) {
199 const InstrStage *IS = InstrItins.Stages + itin->FirstStage;
  /external/pdfium/third_party/lcms/src/
cmsvirt.c     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 500 // { firstStage, lastStage, firstCycle, lastCycle } // index
501 if (Intinerary.FirstStage == 0) {
506 Intinerary.FirstStage << ", " <<
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 405 return ((II[SchedClass].FirstStage + HexagonStages)->getUnits());
418 // FirstStage are slots that this instruction can execute in.
419 // FirstStage+1 are slots that are also consumed by this instruction.
421 for (unsigned Stage = II[SchedClass].FirstStage + 1;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 381 return ((II[SchedClass].FirstStage + HexagonStages)->getUnits());
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 571 // { firstStage, lastStage, firstCycle, lastCycle } // index
574 Intinerary.FirstStage << ", " <<
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetEmitter.cpp 563 // { firstStage, lastStage, firstCycle, lastCycle } // index
566 Intinerary.FirstStage << ", " <<
    [all...]

Completed in 466 milliseconds