Searched refs:printView (Results 1 – 18 of 18) sorted by relevance
30 virtual void printView(llvm::raw_ostream &OS) const = 0;
54 void printView(llvm::raw_ostream &OS) const override;
75 void printView(llvm::raw_ostream &OS) const override;
93 void printView(llvm::raw_ostream &OS) const override { in printView() function
77 void printView(llvm::raw_ostream &OS) const override { in printView() function
82 void printView(llvm::raw_ostream &OS) const override;
36 void printView(llvm::raw_ostream &) const override {} in printView() function
90 void printView(llvm::raw_ostream &OS) const override;
92 void printView(llvm::raw_ostream &OS) const override;
178 void printView(llvm::raw_ostream &OS) const override { in printView() function
55 void RetireControlUnitStatistics::printView(raw_ostream &OS) const { in printView() function in llvm::mca::RetireControlUnitStatistics
64 void SummaryView::printView(raw_ostream &OS) const { in printView() function in llvm::mca::SummaryView
107 void RegisterFileStatistics::printView(raw_ostream &OS) const { in printView() function in llvm::mca::RegisterFileStatistics
171 void SchedulerStatistics::printView(raw_ostream &OS) const { in printView() function in llvm::mca::SchedulerStatistics
21 void InstructionInfoView::printView(raw_ostream &OS) const { in printView() function in llvm::mca::InstructionInfoView
336 void printView(raw_ostream &OS) const override;
635 void BottleneckAnalysis::printView(raw_ostream &OS) const { in printView() function in llvm::mca::BottleneckAnalysis
125 V->printView(OS); in printReport()