Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeNVPTX.h222 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
HDCGOpenMPRuntime.h1166 virtual void emitNumThreadsClause(CodeGenFunction &CGF,
1946 void emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads,
HDCGOpenMPRuntimeNVPTX.cpp1947 void CGOpenMPRuntimeNVPTX::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntimeNVPTX
1954 CGOpenMPRuntime::emitNumThreadsClause(CGF, NumThreads, Loc); in emitNumThreadsClause()
HDCGOpenMPRuntime.cpp3847 void CGOpenMPRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPRuntime
11721 void CGOpenMPSIMDRuntime::emitNumThreadsClause(CodeGenFunction &CGF, in emitNumThreadsClause() function in CGOpenMPSIMDRuntime
HDCGStmtOpenMP.cpp1304 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()