Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h185 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntime.h1048 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
1893 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
H A DCGOpenMPRuntimeGPU.cpp897 void CGOpenMPRuntimeGPU::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntimeGPU
H A DCGOpenMPRuntime.cpp2878 void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntime
12500 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1555 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()