Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h851 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp18213 APInt(16, CGF.getTarget().getMaxOpenCLWorkGroupSize() + 1)); in EmitAMDGPUWorkGroupSize()