Searched refs:Caches (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dreporter_output_test.cc31 auto const& Caches = benchmark::CPUInfo::Get().caches; local
32 if (!Caches.empty()) {
33 AddCases(TC_ConsoleErr, {{"CPU Caches:$", MR_Next}});
35 for (size_t I = 0; I < Caches.size(); ++I) {
37 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$";
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dreporter_output_test.cc34 auto const& Caches = Info.caches; local
35 if (!Caches.empty()) {
36 AddCases(TC_ConsoleErr, {{"CPU Caches:$", MR_Next}});
38 for (size_t I = 0; I < Caches.size(); ++I) {
40 Caches[I].num_sharing != 0 ? " \\(x%int\\)$" : "$";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp40 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; local
45 Caches[B] = LinkGraph::SplitBlockCache::value_type();
47 Caches[&Sym->getBlock()]->push_back(Sym);
49 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) {
54 // Iterate over blocks (we do this by iterating over Caches entries rather
57 for (auto &KV : Caches) {

Completed in 84 milliseconds