Home
last modified time | relevance | path

Searched refs:getOpenMPRuntime (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp455 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 …]
HDCGDeclCXX.cpp167 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
HDCodeGenModule.h526 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
HDCodeGenFunction.cpp90 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
HDCGOpenMPRuntime.cpp1299 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, Kind, BodyOpGen); in emitIfStmt()
HDCodeGenModule.cpp3674 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
HDCGExpr.cpp1839 V = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, V, Loc); in EmitThreadPrivateVarDeclLValue()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp2437 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()