Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLatencyBenchmarkRunner.cpp74 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements() local
DTarget.cpp33 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &) const { in createCounter()
DBenchmarkRunner.cpp75 for (auto &CounterName : CounterNames) { in runAndSample() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()
/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp647 createCounter(StringRef CounterName, const LLVMState &State) const override { in createCounter()