| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1441 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 D | CGOpenMPRuntime.cpp | 1114 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 D | CGOpenMPRuntimeGPU.cpp | 1029 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 D | CGDecl.cpp | 1452 ? 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 D | CGDeclCXX.cpp | 212 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit() 522 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CGExpr.cpp | 1058 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 D | CodeGenFunction.cpp | 88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 96 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction() 1129 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CodeGenModule.cpp | 2366 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 D | CodeGenModule.h | 627 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| H A D | CGExprComplex.cpp | 1155 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
|
| H A D | CGStmt.cpp | 1316 !CGM.getOpenMPRuntime() in EmitReturnStmt()
|
| H A D | CGExprScalar.cpp | 2505 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 D | Driver.h | 402 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 260 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MSVC.cpp | 252 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | CommonArgs.cpp | 699 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
|
| H A D | Clang.cpp | 6072 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 700 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 795 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|