Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h173 llvm::Value *getGPUNumThreads(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp1299 llvm::Value *TeamWidth = RT.getGPUNumThreads(CGF); in emitCriticalRegion()
3406 RT.getGPUNumThreads(CGF), in getDefaultDistScheduleAndChunk()
3645 llvm::Value *CGOpenMPRuntimeGPU::getGPUNumThreads(CodeGenFunction &CGF) { in getGPUNumThreads() function in CGOpenMPRuntimeGPU