Home
last modified time | relevance | path

Searched refs:thread_counts (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr34421.ll29 %thread_counts = alloca [3 x i64], align 16
30 %0 = load i64, ptr %thread_counts, align 16
32 %arrayidx6 = getelementptr inbounds [3 x i64], ptr %thread_counts, i64 0, i64 1
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc145 const std::vector<int>* thread_counts = in FindBenchmarks() local
149 const size_t family_size = family->args_.size() * thread_counts->size(); in FindBenchmarks()
161 for (int num_threads : *thread_counts) { in FindBenchmarks()