Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp339 const auto *ReqdWGS = in setFunctionDeclAttributes() local
346 if (ReqdWGS || FlatWGS) { in setFunctionDeclAttributes()
347 M.handleAMDGPUFlatWorkGroupSizeAttr(F, FlatWGS, ReqdWGS); in setFunctionDeclAttributes()
646 const ReqdWorkGroupSizeAttr *ReqdWGS, int32_t *MinThreadsVal, in handleAMDGPUFlatWorkGroupSizeAttr() argument
654 if (ReqdWGS && Min == 0 && Max == 0) in handleAMDGPUFlatWorkGroupSizeAttr()
655 Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim(); in handleAMDGPUFlatWorkGroupSizeAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1647 const ReqdWorkGroupSizeAttr *ReqdWGS = nullptr,