Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h169 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntime.h1062 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
1921 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntimeGPU.cpp902 void CGOpenMPRuntimeGPU::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp2726 void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntime
12076 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1578 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()