HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFileStatistics (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RegisterFileStatistics.h 1 //===--------------------- RegisterFileStatistics.h -------------*- C++ -*-===//
41 class RegisterFileStatistics : public View {
57 RegisterFileStatistics(const llvm::MCSubtargetInfo &sti) : STI(sti) {
RegisterFileStatistics.cpp 1 //===--------------------- RegisterFileStatistics.cpp -----------*- C++ -*-===//
11 /// This file implements the RegisterFileStatistics interface.
15 #include "RegisterFileStatistics.h"
22 void RegisterFileStatistics::initializeRegisterFileInfo() {
42 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) {
66 void RegisterFileStatistics::printView(raw_ostream &OS) const {
llvm-mca.cpp 32 #include "RegisterFileStatistics.h"
532 Printer.addView(llvm::make_unique<mca::RegisterFileStatistics>(*STI));

Completed in 781 milliseconds