Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTargetParser.cpp23 struct GPUInfo { struct
24 StringLiteral Name;
25 StringLiteral CanonicalName;
26 AMDGPU::GPUKind Kind;
27 unsigned Features;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp150 const SubtargetSubTypeKV *GPUInfo = getGPUInfo(*ST, GPUName); in checkFunction() local