Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp242 struct CPUSuffix { struct
247 static constexpr CPUSuffix Suffixes[] = { argument
271 const CPUSuffix *Item = llvm::find_if( in getHexagonCPUSuffix()
272 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()
280 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()