Home
last modified time | relevance | path

Searched refs:GPUInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp26 struct GPUInfo { struct
33 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()