Searched refs:GPUInfo (Results 1 – 1 of 1) sorted by relevance
24 struct GPUInfo { struct31 constexpr GPUInfo R600GPUs[] = {64 constexpr GPUInfo AMDGCNGPUs[] = {125 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()126 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()129 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()