Searched refs:GPUInfo (Results 1 – 1 of 1) sorted by relevance
26 struct GPUInfo { struct33 constexpr GPUInfo R600GPUs[] = {66 constexpr GPUInfo AMDGCNGPUs[] = {119 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()120 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()123 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()