Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PfmCounters.td31 let CycleCounter = PfmCounter<"cpu_clk_unhalted">;
41 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
48 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
55 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
67 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
74 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
88 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
103 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
118 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
135 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp122 const auto CycleCounter = in emitPfmCountersInfo() local
158 if (CycleCounter.empty()) in emitPfmCountersInfo()
161 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td60 // Processors can define how to measure cycles by defining a CycleCounter.
61 PfmCounter CycleCounter = NoPfmCounter;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;