Home
last modified time | relevance | path

Searched refs:CacheInfo (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DJSONTest.cpp31 {CacheInfo{"A", 1, 2, 3}, CacheInfo{"B", 4, 5, 6}}}, in getStudy()
49 const CacheInfo &A = ::testing::get<0>(arg);
50 const CacheInfo &B = ::testing::get<1>(arg);
51 return ExplainMatchResult(AllOf(Field(&CacheInfo::Type, B.Type),
52 Field(&CacheInfo::Level, B.Level),
53 Field(&CacheInfo::Size, B.Size),
54 Field(&CacheInfo::NumSharing, B.NumSharing)),
H A DLibcMemoryBenchmark.cpp65 const std::vector<CacheInfo> &CacheInfos = HostState::get().Caches; in getL1DataCacheSize()
66 const auto IsL1DataCache = [](const CacheInfo &CI) { in getL1DataCacheSize()
H A DLibcBenchmark.cpp30 CacheInfo CI; in get()
H A DLibcBenchmark.h106 struct CacheInfo { struct
118 std::vector<CacheInfo> Caches; argument
H A DJSON.cpp201 static Error fromJson(const json::Value &V, libc_benchmarks::CacheInfo &Out) { in fromJson()
274 static void serialize(const CacheInfo &CI, json::OStream &JOS) { in serialize()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1059 if (CacheInfo->Size != Loc.Size) { in getNonLocalPointerDepFromBB()
1077 CacheInfo->Size = Loc.Size; in getNonLocalPointerDepFromBB()
1081 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1098 if (CacheInfo->AATags != Loc.AATags) { in getNonLocalPointerDepFromBB()
1099 if (CacheInfo->AATags) { in getNonLocalPointerDepFromBB()
1101 CacheInfo->AATags = AAMDNodes(); in getNonLocalPointerDepFromBB()
1105 CacheInfo->NonLocalDeps.clear(); in getNonLocalPointerDepFromBB()
1377 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
1384 CacheInfo->Pair = BBSkipFirstBlockPair(); in getNonLocalPointerDepFromBB()
1396 Cache = &CacheInfo->NonLocalDeps; in getNonLocalPointerDepFromBB()
[all …]
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc258 std::vector<CPUInfo::CacheInfo> res; in GetCacheSizesFromKVFS()
262 CPUInfo::CacheInfo info; in GetCacheSizesFromKVFS()
295 std::vector<CPUInfo::CacheInfo> GetCacheSizesMacOSX() { in GetCacheSizesMacOSX()
296 std::vector<CPUInfo::CacheInfo> res; in GetCacheSizesMacOSX()
312 CPUInfo::CacheInfo info; in GetCacheSizesMacOSX()
323 std::vector<CPUInfo::CacheInfo> res; in GetCacheSizesWindows()
345 CPUInfo::CacheInfo C; in GetCacheSizesWindows()
369 std::vector<CPUInfo::CacheInfo> GetCacheSizesQNX() { in GetCacheSizesQNX()
370 std::vector<CPUInfo::CacheInfo> res; in GetCacheSizesQNX()
375 CPUInfo::CacheInfo info; in GetCacheSizesQNX()
[all …]
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1458 struct CacheInfo { struct
1470 std::vector<CacheInfo> caches;