Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.h169 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
HDCGOpenMPRuntime.h1062 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
1921 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
HDCGOpenMPRuntimeGPU.cpp902 void CGOpenMPRuntimeGPU::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntimeGPU
HDCGOpenMPRuntime.cpp2726 void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntime
12076 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPSIMDRuntime
HDCGStmtOpenMP.cpp1578 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()