Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86PfmCounters.td24 let UopsCounter = PfmCounter<"uops_retired">;
34 let UopsCounter = PfmCounter<"uops_retired:any">;
69 let UopsCounter = UopsIssuedPfmCounter;
83 let UopsCounter = UopsIssuedPfmCounter;
99 let UopsCounter = UopsIssuedPfmCounter;
115 let UopsCounter = UopsIssuedPfmCounter;
131 let UopsCounter = UopsIssuedPfmCounter;
153 let UopsCounter = PfmCounter<"retired_uops">;
172 let UopsCounter = PfmCounter<"retired_uops">;
185 let UopsCounter = PfmCounter<"retired_uops">;
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DExegesisEmitter.cpp113 const auto UopsCounter = in emitPfmCountersInfo() local
129 if (UopsCounter.empty()) in emitPfmCountersInfo()
132 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter) in emitPfmCountersInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetPfmCounters.td36 // Processors can define how to measure uops by defining a UopsCounter.
37 PfmCounter UopsCounter = NoPfmCounter;