Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp144 bool &NonKernelOnly, in intrinsicToAttrName() argument
148 NonKernelOnly = true; in intrinsicToAttrName()
151 NonKernelOnly = true; in intrinsicToAttrName()
246 bool NonKernelOnly = false; in addFeatureAttributes() local
248 NonKernelOnly, NeedQueuePtr); in addFeatureAttributes()
249 if (!AttrName.empty() && (IsFunc || !NonKernelOnly)) { in addFeatureAttributes()