Home
last modified time | relevance | path

Searched refs:emitNumThreadsClause (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h197 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntime.h1268 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
2162 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntimeGPU.cpp1229 void CGOpenMPRuntimeGPU::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp2885 void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntime
12888 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1552 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()