Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DTargetParser.cpp24 struct GPUInfo { struct
31 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()