Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURemoveIncompatibleFunctions.cpp159 const FeatureBitset GPUFeatureBits = in checkFunction() local
168 if (ST->hasFeature(Feature) && !GPUFeatureBits.test(Feature)) { in checkFunction()