Searched refs:InstructionView (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionView.cpp | 22 InstructionView::~InstructionView() = default; 25 InstructionView::printInstructionString(const llvm::MCInst &MCI) const { in printInstructionString() 33 json::Value InstructionView::toJSON() const { in toJSON()
|
| H A D | InstructionView.h | 27 class InstructionView : public View { 37 InstructionView(const llvm::MCSubtargetInfo &STI, in InstructionView() function 41 virtual ~InstructionView();
|
| H A D | InstructionInfoView.h | 54 class InstructionInfoView : public InstructionView { 87 : InstructionView(ST, IP, S), MCII(II), CE(C), in InstructionInfoView()
|
| H A D | ResourcePressureView.h | 60 #include "Views/InstructionView.h" 73 class ResourcePressureView : public InstructionView {
|
| H A D | TimelineView.h | 122 class TimelineView : public InstructionView {
|
| H A D | BottleneckAnalysis.h | 288 class BottleneckAnalysis : public InstructionView {
|
| H A D | ResourcePressureView.cpp | 24 : InstructionView(sti, Printer, S), LastInstructionIdx(0) { in ResourcePressureView()
|
| H A D | TimelineView.cpp | 23 : InstructionView(sti, Printer, S), CurrentCycle(0), in TimelineView()
|
| H A D | BottleneckAnalysis.cpp | 446 : InstructionView(sti, Printer, S), Tracker(sti.getSchedModel()), in BottleneckAnalysis()
|
| /freebsd/usr.bin/clang/llvm-mca/ |
| H A D | Makefile | 10 SRCS+= Views/InstructionView.cpp
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 676 std::make_unique<mca::InstructionView>(*STI, *IP, Insts)); in main() 739 auto IV = std::make_unique<mca::InstructionView>(*STI, *IP, Insts); in main()
|