Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/test/
H A Dperf_counters_gtest.cc69 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST() local
85 auto counters = in TEST() local
116 auto counters = in measure() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dsanitizer_purge.cpp11 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugCounter.h68 llvm::StringMap<Counter> counters; variable
/llvm-project-15.0.7/compiler-rt/test/profile/ContinuousSyncMode/
H A Ddarwin-proof-of-concept.c25 __attribute__((section("__DATA,__pcnts"))) int counters[] = {0xbad}; variable
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dthread_manager.h48 UserCounters counters; member
/llvm-project-15.0.7/mlir/lib/Support/
H A DDebugCounter.cpp26 llvm::cl::list<std::string> counters{ member
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp88 std::atomic_int counters[kThreadCount] = {}; member
H A Dsanitizer_allocator_test.cpp1199 Allocator64::PackedCounterArray counters(64, 1ULL << i, &no_memory_mapper); in TEST() local
1209 Allocator64::PackedCounterArray counters( in TEST() local
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DGCDAProfiling.c395 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) { in llvm_gcda_emit_arcs()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp72 SmallVector<StringRef, 4> counters; // counters for this inst. member
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c485 __m256i counters = in load_counters4() local
740 __m512i counters = in load_counters8() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp883 counter *counters = (*it)->getCounters(); in __kmp_reset_stats() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp840 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1591 UserCounters counters; member
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1470 ArrayRef<Expr *> counters() { return getCounters(); } in counters() function
1472 ArrayRef<Expr *> counters() const { in counters() function