Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp70 struct GPUInfo { struct
77 constexpr GPUInfo R600GPUs[] = {
110 constexpr GPUInfo AMDGCNGPUs[] = {
188 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
189 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()
192 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp172 const SubtargetSubTypeKV *GPUInfo = getGPUInfo(*ST, GPUName); in checkFunction() local
173 if (!GPUInfo) in checkFunction()
182 expandImpliedFeatures(GPUInfo->Implies.getAsBitset()); in checkFunction()