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.cpp23 struct GPUInfo { struct
30 constexpr GPUInfo R600GPUs[] = {
63 constexpr GPUInfo AMDGCNGPUs[] = {
139 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
140 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry()
143 llvm::lower_bound(Table, Search, [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp150 const SubtargetSubTypeKV *GPUInfo = getGPUInfo(*ST, GPUName); in checkFunction() local
151 if (!GPUInfo) in checkFunction()
160 expandImpliedFeatures(GPUInfo->Implies.getAsBitset()); in checkFunction()