Home
last modified time | relevance | path

Searched defs:CounterName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp87 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
100 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
125 for (auto &CounterName : CounterNames) { in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp74 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements() local
H A DTarget.cpp33 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &) const { in createCounter()
H A DBenchmarkRunner.cpp75 for (auto &CounterName : CounterNames) { in runAndSample() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp664 createCounter(StringRef CounterName, const LLVMState &State) const override { in createCounter()