Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h130 constexpr char ReqdWorkGroupSize[] = "ReqdWorkGroupSize"; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp861 if (const auto *ReqdWorkGroupSize = in InstantiateAttrs() local
864 *ReqdWorkGroupSize, New); in InstantiateAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3210 def ReqdWorkGroupSize : InheritableAttr {