Searched refs:getArchEntry (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp109 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { function in namespace:__anon3806
125 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs))
131 if (const auto *Entry = getArchEntry(AK, R600GPUs))
155 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs))
161 if (const auto *Entry = getArchEntry(AK, R600GPUs))

Completed in 52 milliseconds