Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp562 : CGM.getOpenMPRuntime().translateParameter(FD, Arg)); in emitOutlinedFunctionPrologue()
601 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
752 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs); in GenerateOpenMPCapturedStmtFunction()
985 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause()
1145 VDAddr = CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPLastprivateClauseInit()
1187 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal()
1239 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate( in EmitOMPLastprivateClauseFinal()
1356 llvm::Value *ReductionDesc = CGM.getOpenMPRuntime().emitTaskReductionInit( in EmitOMPReductionClauseInit()
1495 CGM.getOpenMPRuntime().emitTaskReductionFini( in EmitOMPReductionClauseFinal()
1507 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
[all …]
H A DCGOpenMPRuntime.cpp601 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
619 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer()
1090 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
1236 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder(); in emitParallelOrTeamsOutlinedFunction()
1874 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2138 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction()
2989 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction()
3065 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction()
3092 CGM.getOpenMPRuntime().getName({"omp_task_destructor", ""}); in emitDestructorsFunction()
3196 CGM.getOpenMPRuntime().getName({"omp_task_privates_map", ""}); in emitTaskPrivateMappingFunction()
[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()
1326 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitCriticalRegion()
2036 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitFunctionProlog()
2120 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getDefaultDistScheduleAndChunk()
H A DCGDecl.cpp578 auto &RT = CGF.CGM.getOpenMPRuntime(); in Emit()
1508 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
1649 auto &RT = CGM.getOpenMPRuntime(); in EmitAutoVarAlloca()
2745 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2869 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2877 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper()
2891 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGExpr.cpp1289 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec()
2896 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2911 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2916 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
2919 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue()
3197 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
3214 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4996 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
6120 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
H A DCodeGenModule.cpp3147 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
3404 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
4094 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
4105 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal()
5200 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
5269 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
6333 getOpenMPRuntime().emitDeclareTargetFunction(D, GV); in EmitGlobalFunctionDefinition()
7837 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
H A DCodeGenFunction.cpp100 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
108 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction()
1269 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCGDeclCXX.cpp213 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
H A DCodeGenModule.h728 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
H A DCGExprComplex.cpp1523 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
H A DCGStmt.cpp1664 !CGM.getOpenMPRuntime() in EmitReturnStmt()
H A DCGExprScalar.cpp3030 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII()
3938 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp314 switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
387 switch (getDriver().getOpenMPRuntime(DriverArgs)) { in AddOpenMPIncludeArgs()
H A DMinGW.cpp306 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DFlang.cpp931 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
H A DMSVC.cpp261 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DCommonArgs.cpp1388 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
H A DClang.cpp6659 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h469 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp831 Driver::OpenMPRuntimeKind OMPRuntime = getDriver().getOpenMPRuntime(Args); in addFortranRuntimeLibs()
H A DDriver.cpp900 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
1039 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()