Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PfmCounters.td23 let UopsCounter = PfmCounter<"uops_retired">;
33 let UopsCounter = PfmCounter<"uops_retired:any">;
40 let UopsCounter = PfmCounter<"uops_retired:any">;
47 let UopsCounter = PfmCounter<"uops_retired:any">;
59 let UopsCounter = PfmCounter<"uops_retired:all">;
66 let UopsCounter = PfmCounter<"uops_retired:any">;
80 let UopsCounter = PfmCounter<"uops_retired:any">;
95 let UopsCounter = UopsIssuedPfmCounter;
109 let UopsCounter = UopsIssuedPfmCounter;
125 let UopsCounter = UopsIssuedPfmCounter;
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DUopsBenchmarkRunner.cpp35 if (const char *const UopsCounter = PCI.UopsCounter) { in runMeasurements() local
36 auto ExpectedCounterValue = Executor.runAndMeasure(UopsCounter); in runMeasurements()
DTarget.h48 const char *UopsCounter; member
DTarget.cpp102 !PfmCounters.UopsCounter && !PfmCounters.IssueCounters) in createBenchmarkRunner()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DExegesisEmitter.cpp108 const auto UopsCounter = in emitPfmCountersInfo() local
124 if (UopsCounter.empty()) in emitPfmCountersInfo()
127 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter) in emitPfmCountersInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetPfmCounters.td37 // Processors can define how to measure uops by defining a UopsCounter.
38 PfmCounter UopsCounter = NoPfmCounter;