Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h37 llvm::Value *getGPUNumThreads(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntimeAMDGCN.h37 llvm::Value *getGPUNumThreads(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntimeNVPTX.cpp50 llvm::Value *CGOpenMPRuntimeNVPTX::getGPUNumThreads(CodeGenFunction &CGF) { in getGPUNumThreads() function in CGOpenMPRuntimeNVPTX
H A DCGOpenMPRuntimeAMDGCN.cpp49 llvm::Value *CGOpenMPRuntimeAMDGCN::getGPUNumThreads(CodeGenFunction &CGF) { in getGPUNumThreads() function in CGOpenMPRuntimeAMDGCN
H A DCGOpenMPRuntimeGPU.h186 virtual llvm::Value *getGPUNumThreads(CodeGenFunction &CGF) = 0;
H A DCGOpenMPRuntimeGPU.cpp1622 llvm::Value *TeamWidth = RT.getGPUNumThreads(CGF); in emitCriticalRegion()
3712 RT.getGPUNumThreads(CGF), in getDefaultDistScheduleAndChunk()