Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp532 : CGM.getOpenMPRuntime().translateParameter(FD, Arg)); in emitOutlinedFunctionPrologue()
571 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
714 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs); in GenerateOpenMPCapturedStmtFunction()
947 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1107 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPLastprivateClauseInit()
1149 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal()
1201 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate( in EmitOMPLastprivateClauseFinal()
1318 llvm::Value *ReductionDesc = CGM.getOpenMPRuntime().emitTaskReductionInit( in EmitOMPReductionClauseInit()
1453 CGM.getOpenMPRuntime().emitTaskReductionFini( in EmitOMPReductionClauseFinal()
1466 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
[all …]
H A DCGOpenMPRuntime.cpp605 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
623 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer()
1094 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
1241 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder(); in emitParallelOrTeamsOutlinedFunction()
1880 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
1895 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2162 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction()
3013 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction()
3089 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction()
3116 CGM.getOpenMPRuntime().getName({"omp_task_destructor", ""}); in emitDestructorsFunction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp727 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
733 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1014 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction()
1029 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction()
1327 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitCriticalRegion()
2037 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitFunctionProlog()
2123 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getDefaultDistScheduleAndChunk()
H A DCGDecl.cpp593 auto &RT = CGF.CGM.getOpenMPRuntime(); in Emit()
1472 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
1612 auto &RT = CGM.getOpenMPRuntime(); in EmitAutoVarAlloca()
2665 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2777 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2785 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper()
2789 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGExpr.cpp1233 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec()
2771 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2786 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2791 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
2794 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue()
3046 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
3063 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4670 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
5671 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
H A DCodeGenModule.cpp2918 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
3173 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
3834 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
3845 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal()
4919 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
4988 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
6010 getOpenMPRuntime().emitDeclareTargetFunction(D, GV); in EmitGlobalFunctionDefinition()
7504 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
H A DCodeGenFunction.cpp98 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
106 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction()
1228 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCGDeclCXX.cpp212 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
H A DCodeGenModule.h666 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
H A DCGExprComplex.cpp1516 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
H A DCGStmt.cpp1520 !CGM.getOpenMPRuntime() in EmitReturnStmt()
H A DCGExprScalar.cpp2782 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII()
3667 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp299 switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
371 switch (getDriver().getOpenMPRuntime(DriverArgs)) { in AddOpenMPIncludeArgs()
H A DFlang.cpp782 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
H A DMinGW.cpp292 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DMSVC.cpp256 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DCommonArgs.cpp1221 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
H A DClang.cpp6635 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h443 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp748 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
850 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()