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