| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 562 : 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 D | CGOpenMPRuntime.cpp | 601 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 D | CGOpenMPRuntimeGPU.cpp | 727 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 D | CGDecl.cpp | 578 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 D | CGExpr.cpp | 1289 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 D | CodeGenModule.cpp | 3147 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 D | CodeGenFunction.cpp | 100 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 108 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction() 1269 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CGDeclCXX.cpp | 213 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
|
| H A D | CodeGenModule.h | 728 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| H A D | CGExprComplex.cpp | 1523 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
|
| H A D | CGStmt.cpp | 1664 !CGM.getOpenMPRuntime() in EmitReturnStmt()
|
| H A D | CGExprScalar.cpp | 3030 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII() 3938 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AIX.cpp | 314 switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { in ConstructJob() 387 switch (getDriver().getOpenMPRuntime(DriverArgs)) { in AddOpenMPIncludeArgs()
|
| H A D | MinGW.cpp | 306 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | Flang.cpp | 931 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MSVC.cpp | 261 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | CommonArgs.cpp | 1388 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
|
| H A D | Clang.cpp | 6659 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 469 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 831 Driver::OpenMPRuntimeKind OMPRuntime = getDriver().getOpenMPRuntime(Args); in addFortranRuntimeLibs()
|
| H A D | Driver.cpp | 900 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 1039 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|