Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DCtxInstrContextNode.h86 // The counters vector starts right after the static header. in counters() function
94 const uint64_t *counters() const { counters() function
H A DPGOCtxProfReader.h60 const SmallVectorImpl<uint64_t> &counters() const { return Counters; } counters() function
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h86 // The counters vector starts right after the static header. in counters() function
94 const uint64_t *counters() const { counters() function
/llvm-project/third-party/benchmark/test/
H A Dperf_counters_gtest.cc89 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST() local
105 auto counters = in TEST() local
126 std::vector<PerfCounters> counters(2); in TEST() local
227 auto counters = in measure() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dsanitizer_purge.cpp11 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
/llvm-project/mlir/include/mlir/Debug/
H A DCounter.h74 llvm::StringMap<Counter> counters; variable
/llvm-project/libc/test/src/__support/
H A Dhash_test.cpp101 AlignedMemory<size_t> counters(sz, sizeof(size_t), 0); in TEST() local
128 AlignedMemory<size_t> counters(sz, sizeof(size_t), 0); in TEST() local
/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
H A Ddarwin-proof-of-concept.c25 __attribute__((section("__DATA,__pcnts"))) int counters[] = {0xbad}; variable
[all...]
/llvm-project/mlir/lib/Pass/
H A DIRPrinting.cpp215 llvm::DenseMap<Operation *, unsigned> &counters) { in getOpAndSymbolNames() argument
260 createTreePrinterOutputPath(Operation * op,llvm::StringRef passArgument,llvm::StringRef rootDir,llvm::DenseMap<Operation *,unsigned> & counters) createTreePrinterOutputPath() argument
345 llvm::DenseMap<Operation *, unsigned> counters; global() member
/llvm-project/third-party/benchmark/src/
H A Dthread_manager.h48 UserCounters counters; member
/llvm-project/mlir/lib/Debug/
H A DDebugCounter.cpp27 llvm::cl::list<std::string> counters{ member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp88 std::atomic_int counters[kThreadCount] = {}; member
H A Dsanitizer_allocator_test.cpp1210 Allocator64::PackedCounterArray counters(64, 1ULL << i, &no_memory_mapper); TEST() local
1220 Allocator64::PackedCounterArray counters( TEST() local
[all...]
/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp63 SmallVector<StringRef, 4> counters; // counters for this inst. global() member
/llvm-project/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() argument
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c485 __m256i counters = in load_counters4() local
740 __m512i counters = in load_counters8() local
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp883 counter *counters = (*it)->getCounters(); in __kmp_reset_stats() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp852 PROCESS_MEMORY_COUNTERS counters; GetRSS() local
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1854 UserCounters counters; member
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1486 ArrayRef<Expr *> counters() { return getCounters(); } counters() function
1488 ArrayRef<Expr *> counters() const { counters() function
[all...]