Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DDebugCounter.cpp87 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
88 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
90 errs() << "DebugCounter Error: " << CounterName in push_back()
100 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
101 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
103 errs() << "DebugCounter Error: " << CounterName in push_back()
125 for (auto &CounterName : CounterNames) { in print() local
126 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp87 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
88 unsigned CounterID = getCounterId(CounterName); in push_back()
90 errs() << "DebugCounter Error: " << CounterName in push_back()
100 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
101 unsigned CounterID = getCounterId(CounterName); in push_back()
103 errs() << "DebugCounter Error: " << CounterName in push_back()
125 for (auto &CounterName : CounterNames) { in print() local
126 unsigned CounterID = getCounterId(CounterName); in print()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp75 for (auto &CounterName : CounterNames) { in runAndSample() local
76 CounterName = CounterName.trim(); in runAndSample()
77 auto CounterOrError = ET.createCounter(CounterName, State); in runAndSample()
90 .concat(CounterName) in runAndSample()
DTarget.cpp33 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &) const { in createCounter() argument
34 pfm::PerfEvent Event(CounterName); in createCounter()
38 .concat(CounterName) in createCounter()
DLatencyBenchmarkRunner.cpp74 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements() local
78 auto ExpectedCounterValues = Executor.runAndSample(CounterName); in runMeasurements()
DTarget.h72 createCounter(StringRef CounterName, const LLVMState &State) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
78 auto Result = Us.Counters.find(CounterName); in shouldExecute()
/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
79 auto Result = Us.Counters.find(CounterName); in shouldExecute()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp647 createCounter(StringRef CounterName, const LLVMState &State) const override { in createCounter() argument
664 return ExegesisTarget::createCounter(CounterName, State); in createCounter()