/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | CtxInstrContextNode.h | 86 // The counters vector starts right after the static header. in counters() function 94 const uint64_t *counters() const { counters() function
|
H A D | PGOCtxProfReader.h | 60 const SmallVectorImpl<uint64_t> &counters() const { return Counters; } counters() function
|
/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrContextNode.h | 86 // 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 D | perf_counters_gtest.cc | 89 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 D | sanitizer_purge.cpp | 11 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
|
/llvm-project/mlir/include/mlir/Debug/ |
H A D | Counter.h | 74 llvm::StringMap<Counter> counters; variable
|
/llvm-project/libc/test/src/__support/ |
H A D | hash_test.cpp | 101 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 D | darwin-proof-of-concept.c | 25 __attribute__((section("__DATA,__pcnts"))) int counters[] = {0xbad}; variable [all...] |
/llvm-project/mlir/lib/Pass/ |
H A D | IRPrinting.cpp | 215 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 D | thread_manager.h | 48 UserCounters counters; member
|
/llvm-project/mlir/lib/Debug/ |
H A D | DebugCounter.cpp | 27 llvm::cl::list<std::string> counters{ member
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stoptheworld_test.cpp | 88 std::atomic_int counters[kThreadCount] = {}; member
|
H A D | sanitizer_allocator_test.cpp | 1210 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 D | DXILEmitter.cpp | 63 SmallVector<StringRef, 4> counters; // counters for this inst. global() member
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 395 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 D | blake3_avx512.c | 485 __m256i counters = in load_counters4() local 740 __m512i counters = in load_counters8() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 883 counter *counters = (*it)->getCounters(); in __kmp_reset_stats() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 852 PROCESS_MEMORY_COUNTERS counters; GetRSS() local
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1854 UserCounters counters; member
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1486 ArrayRef<Expr *> counters() { return getCounters(); } counters() function 1488 ArrayRef<Expr *> counters() const { counters() function [all...] |