Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h157 llvm::Value *getGPUNumThreads(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp1336 llvm::Value *TeamWidth = RT.getGPUNumThreads(CGF); in emitCriticalRegion()
2127 RT.getGPUNumThreads(CGF), in getDefaultDistScheduleAndChunk()
2343 llvm::Value *CGOpenMPRuntimeGPU::getGPUNumThreads(CodeGenFunction &CGF) { in getGPUNumThreads() function in CGOpenMPRuntimeGPU