Searched refs:getOpenMPRuntime (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 455 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal() 470 auto OutlinedFn = CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction( in emitCommonOMPParallelDirective() 477 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective() 483 CGF.CGM.getOpenMPRuntime().emitProcBindClause( in emitCommonOMPParallelDirective() 490 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getLocStart(), OutlinedFn, in emitCommonOMPParallelDirective() 506 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getLocStart(), in EmitOMPParallelDirective() 515 CGF.CGM.getOpenMPRuntime().emitBarrierCall(CGF, S.getLocStart(), in EmitOMPParallelDirective() 846 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPSimdDirective() 855 auto &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop() 985 CGF.CGM.getOpenMPRuntime().emitForOrderedIterationEnd( in EmitOMPForOuterLoop() [all …]
|
| HD | CGDeclCXX.cpp | 167 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
|
| HD | CodeGenModule.h | 526 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| HD | CodeGenFunction.cpp | 90 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
|
| HD | CGOpenMPRuntime.cpp | 1299 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, Kind, BodyOpGen); in emitIfStmt()
|
| HD | CodeGenModule.cpp | 3674 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
|
| HD | CGExpr.cpp | 1839 V = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, V, Loc); in EmitThreadPrivateVarDeclLValue()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Tools.cpp | 2437 static OpenMPRuntimeKind getOpenMPRuntime(const ToolChain &TC, in getOpenMPRuntime() function 2469 switch (getOpenMPRuntime(TC, Args)) { in addOpenMPRuntime() 4085 switch (getOpenMPRuntime(getToolChain(), Args)) { in ConstructJob() 8270 switch (getOpenMPRuntime(ToolChain, Args)) { in ConstructJob()
|