Home
last modified time | relevance | path

Searched refs:UopsCounter (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PfmCounters.td23 let UopsCounter = PfmCounter<"uops_retired">;
33 let UopsCounter = PfmCounter<"uops_retired:any">;
68 let UopsCounter = UopsIssuedPfmCounter;
82 let UopsCounter = UopsIssuedPfmCounter;
98 let UopsCounter = UopsIssuedPfmCounter;
114 let UopsCounter = UopsIssuedPfmCounter;
130 let UopsCounter = UopsIssuedPfmCounter;
148 let UopsCounter = UopsIssuedPfmCounter;
168 let UopsCounter = PfmCounter<"retired_uops">;
187 let UopsCounter = PfmCounter<"retired_uops">;
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DUopsBenchmarkRunner.cpp35 if (const char *const UopsCounter = PCI.UopsCounter) { in runMeasurements() local
36 auto ExpectedCounterValue = Executor.runAndMeasure(UopsCounter); in runMeasurements()
H A DTarget.h43 const char *UopsCounter; member
H A DTarget.cpp91 if (!PfmCounters.UopsCounter && !PfmCounters.IssueCounters) in createBenchmarkRunner()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DExegesisEmitter.cpp108 const auto UopsCounter = in emitPfmCountersInfo() local
124 if (UopsCounter.empty()) in emitPfmCountersInfo()
127 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter) in emitPfmCountersInfo()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetPfmCounters.td37 // Processors can define how to measure uops by defining a UopsCounter.
38 PfmCounter UopsCounter = NoPfmCounter;