Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DHexagon.cpp214 struct CPUSuffix { struct
219 static constexpr CPUSuffix Suffixes[] = { argument
228 const CPUSuffix *Item = llvm::find_if( in getHexagonCPUSuffix()
229 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()
237 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()