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

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 53 const InstrStage *IS = ItinData->beginStage(idx);
124 for (const InstrStage *IS = ItinData->beginStage(idx),
186 for (const InstrStage *IS = ItinData->beginStage(idx),
  /external/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),
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 140 const InstrStage *stage = IID->beginStage(sc);

Completed in 1323 milliseconds