Home
last modified time | relevance | path

Searched refs:Retired (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DHWEventListener.h40 Retired, enumerator
97 : HWInstructionEvent(HWInstructionEvent::Retired, IR), in HWInstructionRetiredEvent()
/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DTimelineView.h158 static const char Retired = 'R'; member
H A DRetireControlUnitStatistics.cpp38 if (Event.Type == HWInstructionEvent::Retired) { in onEvent()
H A DTimelineView.cpp65 case HWInstructionEvent::Retired: { in onEvent()
250 OS << TimelineView::DisplayChar::Retired; in printTimelineViewEntry()
H A DSummaryView.cpp45 if (Event.Type != HWInstructionEvent::Retired || in onEvent()
H A DRegisterFileStatistics.cpp84 case HWInstructionEvent::Retired: { in onEvent()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp87 OptionCategory Retired("clangd flags no longer in use"); variable
89 &CompileCommands, &Misc, &Retired};
96 : Option(Name, cat(Retired), desc("Obsolete flag, ignored"), Hidden, in RetiredFlag()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td242 // Retired with clang-5.0
246 // Retired with clang-10.0. Previously controlled X86 MPX ISA.