Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PfmCounters.td32 let CycleCounter = PfmCounter<"cpu_clk_unhalted">;
42 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
49 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
56 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
68 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
75 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
89 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
104 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
119 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
136 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp123 const auto CycleCounter = in emitPfmCountersInfo() local
159 if (CycleCounter.empty()) in emitPfmCountersInfo()
162 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td62 // Processors can define how to measure cycles by defining a CycleCounter.
63 PfmCounter CycleCounter = NoPfmCounter;