Home
last modified time | relevance | path

Searched refs:CycleCounter (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86PfmCounters.td23 let CycleCounter = PfmCounter<"cpu_clk_unhalted">;
33 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
45 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
52 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
61 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
68 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
82 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
98 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
114 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
130 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DExegesisEmitter.cpp111 const auto CycleCounter = in emitPfmCountersInfo() local
122 if (CycleCounter.empty()) in emitPfmCountersInfo()
125 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetPfmCounters.td34 // Processors can define how to measure cycles by defining a CycleCounter.
35 PfmCounter CycleCounter = NoPfmCounter;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td17 let CycleCounter = CpuCyclesPfmCounter;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td17 let CycleCounter = CpuCyclesPfmCounter;