Home
last modified time | relevance | path

Searched defs: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
89 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp100 const char *CounterName = State.getSubtargetInfo() in getCounterName() local
116 const char *CounterName = getCounterName(); in runMeasurements() local
DUops.cpp217 for (const auto &CounterName : CounterNames) { in runMeasurements() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()