Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp463 : CGM.getOpenMPRuntime().translateParameter(FD, Arg)); in emitOutlinedFunctionPrologue()
495 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue()
635 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, S.getBeginLoc(), in GenerateOpenMPCapturedStmtFunction()
785 (void)CGM.getOpenMPRuntime().registerTargetFirstprivateCopy(*this, in EmitOMPFirstprivateClause()
1054 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal()
1105 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate( in EmitOMPLastprivateClauseFinal()
1250 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
1297 CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction( in emitCommonOMPParallelDirective()
1304 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective()
1309 CGF.CGM.getOpenMPRuntime().emitProcBindClause( in emitCommonOMPParallelDirective()
[all …]
HDCGOpenMPRuntime.cpp811 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer()
831 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer()
1366 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
3099 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
3114 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
3343 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction()
4209 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata()
4492 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction()
4568 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction()
4595 CGM.getOpenMPRuntime().getName({"omp_task_destructor", ""}); in emitDestructorsFunction()
[all …]
HDCGDeclCXX.cpp209 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
448 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
HDCGOpenMPRuntimeNVPTX.cpp1172 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1179 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
2085 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction()
2103 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction()
2855 *(static_cast<CGOpenMPRuntimeNVPTX *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction()
3288 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
3336 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
3593 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction()
3823 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction()
4025 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction()
[all …]
HDCGDecl.cpp1403 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
2417 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2524 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2532 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper()
2536 getOpenMPRuntime().checkArchForUnifiedAddressing(D); in EmitOMPRequiresDecl()
HDCGExpr.cpp1015 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec()
2298 Addr = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2311 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2315 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
2318 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue()
2583 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
2597 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
3953 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
4730 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
HDCodeGenModule.cpp1893 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
2105 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
2538 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
2547 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal()
3460 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3531 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
5806 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
HDCodeGenFunction.cpp106 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
1048 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
HDCodeGenModule.h587 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
HDCGExprComplex.cpp1142 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
HDCGExprScalar.cpp2376 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII()
3025 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h355 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDMinGW.cpp237 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
HDCommonArgs.cpp510 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
HDMSVC.cpp442 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
HDClang.cpp5045 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp581 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
676 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()