Home
last modified time | relevance | path

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

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