Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h802 unsigned getMaxOpenCLWorkGroupSize() const { return MaxOpenCLWorkGroupSize; } in getMaxOpenCLWorkGroupSize() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp16800 APInt(16, CGF.getTarget().getMaxOpenCLWorkGroupSize() + 1)); in EmitAMDGPUWorkGroupSize()