Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1441 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
2753 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPOuterLoop()
2868 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop()
2976 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPDistributeOuterLoop()
3223 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPWorksharingLoop()
3275 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPWorksharingLoop()
4197 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPSingleDirective()
5264 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective()
5292 CGM.getOpenMPRuntime().emitUpdateClause( in EmitOMPDepobjDirective()
5392 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntime.cpp1114 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer()
2051 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
2066 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall()
5584 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction()
5745 std::string Name = CGM.getOpenMPRuntime().getName( in generateUniqueName()
5890 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
6270 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitCancelCall()
6317 CGF.CGM.getOpenMPRuntime().emitUsesAllocatorsInit( in Enter()
10901 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII()
12216 Args[0] = CGF.CGM.getOpenMPRuntime().getThreadID( in getAddressOfLocalVariable()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1029 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1036 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel()
1359 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction()
1374 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction()
1740 *(static_cast<CGOpenMPRuntimeGPU *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction()
2204 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
2258 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction()
2513 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction()
2750 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction()
2960 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction()
[all …]
H A DCGDecl.cpp1452 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca()
2517 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl()
2629 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction()
2637 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper()
2641 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
H A DCGDeclCXX.cpp212 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
522 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGExpr.cpp1058 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec()
2532 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
2546 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue()
2550 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue()
2553 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue()
2821 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
2837 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue()
4263 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr()
5184 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
H A DCodeGenFunction.cpp88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
96 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction()
1129 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
H A DCodeGenModule.cpp2366 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes()
2612 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred()
3227 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal()
3236 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal()
4208 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
4280 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
6716 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
H A DCodeGenModule.h627 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
H A DCGExprComplex.cpp1155 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
H A DCGStmt.cpp1316 !CGM.getOpenMPRuntime() in EmitReturnStmt()
H A DCGExprScalar.cpp2505 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII()
3191 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h402 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMinGW.cpp260 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DMSVC.cpp252 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
H A DCommonArgs.cpp699 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
H A DClang.cpp6072 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp700 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver
795 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()