Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h185 llvm::Value *getGPUNumThreads(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp1651 llvm::Value *TeamWidth = RT.getGPUNumThreads(CGF); in emitCriticalRegion()
3768 RT.getGPUNumThreads(CGF), in getDefaultDistScheduleAndChunk()
4002 llvm::Value *CGOpenMPRuntimeGPU::getGPUNumThreads(CodeGenFunction &CGF) { in getGPUNumThreads() function in CGOpenMPRuntimeGPU