Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp78 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
79 unsigned CounterID = getCounterId(CounterName); in push_back()
81 errs() << "DebugCounter Error: " << CounterName in push_back()
89 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
90 unsigned CounterID = getCounterId(CounterName); in push_back()
92 errs() << "DebugCounter Error: " << CounterName in push_back()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp100 const char *CounterName = State.getSubtargetInfo() in getCounterName() local
104 if (!CounterName) in getCounterName()
106 return CounterName; in getCounterName()
116 const char *CounterName = getCounterName(); in runMeasurements() local
117 if (!CounterName) in runMeasurements()
119 const pfm::PerfEvent CyclesPerfEvent(CounterName); in runMeasurements()
DUops.cpp217 for (const auto &CounterName : CounterNames) { in runMeasurements() local
218 pfm::PerfEvent UopPerfEvent(CounterName); in runMeasurements()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
77 auto Result = Us.Counters.find(CounterName); in shouldExecute()