Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
152 let UopsCounter = PfmCounter<"retired_uops">;
171 let UopsCounter = PfmCounter<"retired_uops">;
184 let UopsCounter = PfmCounter<"retired_uops">;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp112 const auto UopsCounter = in emitPfmCountersInfo() local
128 if (UopsCounter.empty()) in emitPfmCountersInfo()
131 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter) in emitPfmCountersInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td37 // Processors can define how to measure uops by defining a UopsCounter.
38 PfmCounter UopsCounter = NoPfmCounter;