Home
last modified time | relevance | path

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

/src/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 …]
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/src/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;