Searched refs:Dispatched (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h47 Dispatched, enumerator in enum:llvm::mca::HWInstructionEvent::GenericEventType
76 : HWInstructionEvent(HWInstructionEvent::Dispatched, IR),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.cpp32 if (Event.Type == HWInstructionEvent::Dispatched) {
H A DTimelineView.h46 /// D: Instruction Dispatched
159 static const char Dispatched = 'D'; member in struct:llvm::mca::TimelineView::DisplayChar
H A DDispatchStatistics.cpp27 if (Event.Type != HWInstructionEvent::Dispatched)
H A DSummaryView.cpp41 if (Event.Type == HWInstructionEvent::Dispatched)
H A DRegisterFileStatistics.cpp87 case HWInstructionEvent::Dispatched: {
H A DSchedulerStatistics.cpp48 } else if (Event.Type == HWInstructionEvent::Dispatched) {
H A DTimelineView.cpp93 case HWInstructionEvent::Dispatched:
239 OS << TimelineView::DisplayChar::Dispatched; member in class:llvm::mca::TimelineView::DisplayChar
H A DResourcePressureView.cpp45 if (Event.Type == HWInstructionEvent::Dispatched) {
H A DBottleneckAnalysis.cpp499 if (Event.Type == HWInstructionEvent::Dispatched) {

Completed in 172 milliseconds