Searched refs:CPUSuffix (Results 1 – 1 of 1) sorted by relevance
226 struct CPUSuffix { struct231 static constexpr CPUSuffix Suffixes[] = { argument254 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()