Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86PfmCounters.td22 let CycleCounter = PfmCounter<"cpu_clk_unhalted">;
32 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
39 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
46 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
58 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
65 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
79 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
94 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
108 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
124 let CycleCounter = UnhaltedCoreCyclesPfmCounter;
[all …]
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DExegesisEmitter.cpp106 const auto CycleCounter = in emitPfmCountersInfo() local
117 if (CycleCounter.empty()) in emitPfmCountersInfo()
120 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter) in emitPfmCountersInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetPfmCounters.td35 // Processors can define how to measure cycles by defining a CycleCounter.
36 PfmCounter CycleCounter = NoPfmCounter;
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCPfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64PfmCounters.td16 let CycleCounter = CpuCyclesPfmCounter;
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DTarget.h44 const char *CycleCounter; member
DLatencyBenchmarkRunner.cpp75 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements()
DTarget.cpp86 !PfmCounters.CycleCounter) { in createBenchmarkRunner()