Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp188 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry() function
223 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchNameAMDGCN()
229 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchNameR600()
253 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchAttrAMDGCN()
259 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchAttrR600()