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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 101 unsigned FirstOperandCycle; ///< Index of first operand rd/wr
173 unsigned FirstIdx = Itineraries[ItinClassIndx].FirstOperandCycle;
188 unsigned FirstDefIdx = Itineraries[DefClass].FirstOperandCycle;
195 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrItineraries.h 101 unsigned FirstOperandCycle; ///< Index of first operand rd/wr
186 unsigned FirstIdx = Itineraries[ItinClassIndx].FirstOperandCycle;
201 unsigned FirstDefIdx = Itineraries[DefClass].FirstOperandCycle;
208 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle;

Completed in 336 milliseconds