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

References

tools/llvm-mca/Views/BottleneckAnalysis.cpp
  499   if (Event.Type == HWInstructionEvent::Dispatched) {
  503   if (Event.Type == HWInstructionEvent::Executed) {
  508   if (Event.Type != HWInstructionEvent::Issued)
tools/llvm-mca/Views/DispatchStatistics.cpp
   27   if (Event.Type != HWInstructionEvent::Dispatched)
tools/llvm-mca/Views/RegisterFileStatistics.cpp
   78   switch (Event.Type) {
tools/llvm-mca/Views/ResourcePressureView.cpp
   45   if (Event.Type == HWInstructionEvent::Dispatched) {
   51   if (Event.Type != HWInstructionEvent::Issued)
tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
   32   if (Event.Type == HWInstructionEvent::Dispatched) {
   38   if (Event.Type == HWInstructionEvent::Retired) {
tools/llvm-mca/Views/SchedulerStatistics.cpp
   45   if (Event.Type == HWInstructionEvent::Issued) {
   48   } else if (Event.Type == HWInstructionEvent::Dispatched) {
   61   } else if (Event.Type == HWInstructionEvent::Executed) {
tools/llvm-mca/Views/SummaryView.cpp
   41   if (Event.Type == HWInstructionEvent::Dispatched)
   46   if (Event.Type != HWInstructionEvent::Retired ||
tools/llvm-mca/Views/TimelineView.cpp
   64   switch (Event.Type) {