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

References

lib/MCA/HardwareUnits/Scheduler.cpp
  259     if (IS.isPending())
  314   if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) {
lib/MCA/Instruction.cpp
  190   assert(isPending() && "Unexpected instruction stage found!");
  223   if (isPending())
  231   if (isDispatched() || isPending()) {
lib/MCA/Stages/ExecuteStage.cpp
  208     if (Inst.isPending())