| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1457 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 D | CGOpenMPRuntimeGPU.cpp | 1030 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 D | CGOpenMPRuntime.cpp | 1133 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 D | CGDeclCXX.cpp | 209 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit() 519 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CGDecl.cpp | 1443 ? 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 D | CGExpr.cpp | 1048 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 D | CodeGenFunction.cpp | 88 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 96 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction() 1103 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CodeGenModule.cpp | 2173 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 D | CodeGenModule.h | 616 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| H A D | CGExprComplex.cpp | 1155 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
|
| H A D | CGStmt.cpp | 1255 !CGM.getOpenMPRuntime() in EmitReturnStmt()
|
| H A D | CGExprScalar.cpp | 2446 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 D | Driver.h | 363 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 250 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MSVC.cpp | 530 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | CommonArgs.cpp | 671 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
|
| H A D | Clang.cpp | 5724 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 638 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 731 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|