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

References

utils/TableGen/CodeGenSchedule.cpp
  485       if (PM.LoadQueue) {
  488         PrintNote(PM.LoadQueue->getLoc(),
  492       PM.LoadQueue = Queue;
  499         PrintNote(PM.LoadQueue->getLoc(),
utils/TableGen/CodeGenSchedule.h
  266     return RetireControlUnit || LoadQueue || StoreQueue ||
utils/TableGen/SubtargetEmitter.cpp
  728   if (ProcModel.LoadQueue) {
  729     const Record *Queue = ProcModel.LoadQueue->getValueAsDef("QueueDescriptor");