reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCInstrItineraries.h
  155            *E = endStage(ItinClassIndx); IS != E; ++IS) {
lib/CodeGen/DFAPacketizer.cpp
   91        *IE = InstrItins->endStage(InsnClass); IS != IE; ++IS) {
lib/CodeGen/MachinePipeliner.cpp
  922                       InstrItins->endStage(SchedClass))) {
  968                       InstrItins->endStage(SchedClass))) {
lib/CodeGen/ScoreboardHazardRecognizer.cpp
   46       const InstrStage *E = ItinData->endStage(idx);
  129          *E = ItinData->endStage(idx); IS != E; ++IS) {
  188          *E = ItinData->endStage(idx); IS != E; ++IS) {
lib/MC/MCSchedule.cpp
  138   const InstrStage *E = IID.endStage(SchedClass);