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

References

include/llvm/MCA/HWEventListener.h
   76       : HWInstructionEvent(HWInstructionEvent::Dispatched, IR),
tools/llvm-mca/Views/BottleneckAnalysis.cpp
  499   if (Event.Type == HWInstructionEvent::Dispatched) {
tools/llvm-mca/Views/DispatchStatistics.cpp
   27   if (Event.Type != HWInstructionEvent::Dispatched)
tools/llvm-mca/Views/RegisterFileStatistics.cpp
   87   case HWInstructionEvent::Dispatched: {
tools/llvm-mca/Views/ResourcePressureView.cpp
   45   if (Event.Type == HWInstructionEvent::Dispatched) {
tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
   32   if (Event.Type == HWInstructionEvent::Dispatched) {
tools/llvm-mca/Views/SchedulerStatistics.cpp
   48   } else if (Event.Type == HWInstructionEvent::Dispatched) {
tools/llvm-mca/Views/SummaryView.cpp
   41   if (Event.Type == HWInstructionEvent::Dispatched)
tools/llvm-mca/Views/TimelineView.cpp
   93   case HWInstructionEvent::Dispatched: