Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1457 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
2617 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPOuterLoop()
2732 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop()
2842 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPDistributeOuterLoop()
3089 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPWorksharingLoop()
3141 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPWorksharingLoop()
3961 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPSingleDirective()
4827 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective()
4855 CGM.getOpenMPRuntime().emitUpdateClause( in EmitOMPDepobjDirective()
4955 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1030 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1037 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1345 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction()
1360 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction()
1710 *(static_cast<CGOpenMPRuntimeGPU *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction()
2160 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
2213 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
2466 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction()
2699 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction()
2905 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction()
[all …]
H A DCGOpenMPRuntime.cpp1133 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
2086 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2101 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
5692 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5856 std::string Name = CGM.getOpenMPRuntime().getName( in generateUniqueName()
6003 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
6354 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitCancelCall()
6401 CGF.CGM.getOpenMPRuntime().emitUsesAllocatorsInit( in Enter()
10941 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()
12198 Args[0] = CGF.CGM.getOpenMPRuntime().getThreadID( in getAddressOfLocalVariable()
[all …]
H A DCGDeclCXX.cpp209 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
519 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGDecl.cpp1443 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
2499 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2609 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2617 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper()
2621 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGExpr.cpp1048 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec()
2447 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2461 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2465 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
2468 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue()
2735 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
2749 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4172 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
4990 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
H A DCodeGenFunction.cpp88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
96 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction()
1103 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCodeGenModule.cpp2173 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
2394 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
2953 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
2962 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal()
3845 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3918 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
6228 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
H A DCodeGenModule.h616 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
H A DCGExprComplex.cpp1155 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
H A DCGStmt.cpp1255 !CGM.getOpenMPRuntime() in EmitReturnStmt()
H A DCGExprScalar.cpp2446 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII()
3128 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h363 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp250 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DMSVC.cpp530 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DCommonArgs.cpp671 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
H A DClang.cpp5724 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp638 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
731 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()