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.cpp226 struct CPUSuffix { struct
231 static constexpr CPUSuffix Suffixes[] = { argument
254 const CPUSuffix *Item = llvm::find_if( in getHexagonCPUSuffix()
255 Suffixes, [Name](const CPUSuffix &S) { return S.Name == Name; }); in getHexagonCPUSuffix()
263 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList()