Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp833 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
849 auto OutlinedFn = CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction( in emitCommonOMPParallelDirective()
855 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()
860 CGF.CGM.getOpenMPRuntime().emitProcBindClause( in emitCommonOMPParallelDirective()
871 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getLocStart(), OutlinedFn, in emitCommonOMPParallelDirective()
887 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPParallelDirective()
1255 CGM.getOpenMPRuntime().emitInlinedDirective(*this, OMPD_simd, CodeGen); in EmitOMPSimdDirective()
1264 auto &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop()
1397 CGF.CGM.getOpenMPRuntime().emitForOrderedIterationEnd( in EmitOMPForOuterLoop()
1475 auto &RT = CGM.getOpenMPRuntime(); in EmitOMPWorksharingLoop()
[all …]
DCGDeclCXX.cpp166 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
DCodeGenModule.h517 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
DCodeGenFunction.cpp95 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
DCodeGenModule.cpp3907 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
DCGOpenMPRuntime.cpp1429 CGF.CGM.getOpenMPRuntime().emitInlinedDirective(CGF, Kind, BodyOpGen); in emitIfStmt()
DCGExpr.cpp1929 Addr = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
/external/clang/lib/Driver/
DTools.cpp2708 static OpenMPRuntimeKind getOpenMPRuntime(const ToolChain &TC, in getOpenMPRuntime() function
2740 switch (getOpenMPRuntime(TC, Args)) { in addOpenMPRuntime()
4563 switch (getOpenMPRuntime(getToolChain(), Args)) { in ConstructJob()
8870 switch (getOpenMPRuntime(ToolChain, Args)) { in ConstructJob()
9452 switch (getOpenMPRuntime(getToolChain(), Args)) { in ConstructJob()