llvm-project/llvm/tools/llvm-mca/Views
Andrew Savonichev 292da93d59 [MCA] Disable RCU for InOrderIssueStage
This is a follow-up for:
D98604 [MCA] Ensure that writes occur in-order

When instructions are aligned by the order of writes, they retire
in-order naturally. There is no need for an RCU, so it is disabled.

Differential Revision: https://reviews.llvm.org/D98628
2021-03-24 13:54:04 +03:00
..
BottleneckAnalysis.cpp [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
BottleneckAnalysis.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
DispatchStatistics.cpp
DispatchStatistics.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
InstructionInfoView.cpp [NFC][llvm-mca] Fix compiler warning 2021-02-04 09:44:36 -08:00
InstructionInfoView.h [llvm-mca] Addressing build failures due to missing override specifiers 2021-01-21 17:32:18 -08:00
InstructionView.cpp [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
InstructionView.h [llvm-mca] Forgot a couple of override specifiers. 2021-01-21 15:44:14 -08:00
RegisterFileStatistics.cpp
RegisterFileStatistics.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
ResourcePressureView.cpp [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
ResourcePressureView.h [llvm-mca] Addressing build failures due to missing override specifiers 2021-01-21 17:32:18 -08:00
RetireControlUnitStatistics.cpp
RetireControlUnitStatistics.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
SchedulerStatistics.cpp
SchedulerStatistics.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
SummaryView.cpp [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
SummaryView.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
TimelineView.cpp [MCA] Disable RCU for InOrderIssueStage 2021-03-24 13:54:04 +03:00
TimelineView.h [llvm-mca] Addressing build failures due to missing override specifiers 2021-01-21 17:32:18 -08:00
View.cpp [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00
View.h [llvm-mca] Initial implementation of serialization using JSON. The views 2021-01-21 15:15:54 -08:00