Searched refs:InstructionInfoView (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h1 //===--------------------- InstructionInfoView.h ----------------*- C++ -*-===//
52 class InstructionInfoView : public View { class in namespace:llvm::mca
61 InstructionInfoView(const llvm::MCSubtargetInfo &ST, function in class:llvm::mca::InstructionInfoView
H A DInstructionInfoView.cpp1 //===--------------------- InstructionInfoView.cpp --------------*- C++ -*-===//
10 /// This file implements the InstructionInfoView API.
14 #include "Views/InstructionInfoView.h"
20 void InstructionInfoView::printView(raw_ostream &OS) const {
/freebsd-13-stable/usr.bin/clang/llvm-mca/
H A DMakefile11 SRCS+= Views/InstructionInfoView.cpp
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp28 #include "Views/InstructionInfoView.h"
504 Printer.addView(std::make_unique<mca::InstructionInfoView>(
531 Printer.addView(std::make_unique<mca::InstructionInfoView>(

Completed in 104 milliseconds