HomeSort by: relevance | last modified time | path
    Searched refs:UopsCounter (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
UopsBenchmarkRunner.cpp 35 if (const char *const UopsCounter = PCI.UopsCounter) {
36 auto ExpectedCounterValue = Executor.runAndMeasure(UopsCounter);
Target.cpp 91 if (!PfmCounters.UopsCounter && !PfmCounters.IssueCounters)
Target.h 43 const char *UopsCounter;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
ExegesisEmitter.cpp 89 AddPfmCounterName(Def->getValueAsDef("UopsCounter"));
112 const auto UopsCounter =
113 Def.getValueAsDef("UopsCounter")->getValueAsString("Counter");
128 if (UopsCounter.empty())
131 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter)

Completed in 16 milliseconds