| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1438 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal() 1601 CGF.CGM.getOpenMPRuntime().emitBarrierCall( in emitOMPCopyinClause() 2811 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPOuterLoop() 2926 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPForOuterLoop() 3034 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPDistributeOuterLoop() 3281 CGOpenMPRuntime &RT = CGM.getOpenMPRuntime(); in EmitOMPWorksharingLoop() 4255 CGM.getOpenMPRuntime().emitBarrierCall( in EmitOMPSingleDirective() 5362 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective() 5390 CGM.getOpenMPRuntime().emitUpdateClause( in EmitOMPDepobjDirective() 5490 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 511 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXWarpID() 524 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXLaneID() 1034 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction() 1049 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction() 1442 *(static_cast<CGOpenMPRuntimeGPU *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction() 1814 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction() 1862 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction() 2111 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction() 2345 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction() 2552 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 1092 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer() 1877 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 1892 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 5068 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitReduction() 5229 std::string Name = CGM.getOpenMPRuntime().getName( in generateUniqueName() 5372 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction() 5751 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitCancelCall() 5798 CGF.CGM.getOpenMPRuntime().emitUsesAllocatorsInit( in Enter() 10074 CGM.getOpenMPRuntime().ShouldMarkAsGlobal = false; in DisableAutoDeclareTargetRAII() 11367 Args[0] = CGF.CGM.getOpenMPRuntime().getThreadID( in getAddressOfLocalVariable() [all …]
|
| H A D | CGDecl.cpp | 589 auto &RT = CGF.CGM.getOpenMPRuntime(); in Emit() 1470 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca() 1607 auto &RT = CGM.getOpenMPRuntime(); in EmitAutoVarAlloca() 2605 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl() 2717 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction() 2725 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper() 2729 getOpenMPRuntime().processRequiresDirective(D); in EmitOMPRequiresDecl()
|
| H A D | CGExpr.cpp | 1239 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec() 2756 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue() 2771 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue() 2776 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue() 2779 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue() 3035 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue() 3051 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue() 4624 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr() 5577 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
|
| H A D | CodeGenFunction.cpp | 91 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 99 CGM.getOpenMPRuntime().getOMPBuilder().finalize(CurFn); in ~CodeGenFunction() 1160 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CodeGenModule.cpp | 2884 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes() 3139 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred() 3792 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal() 3803 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal() 4806 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal() 4875 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal() 5858 getOpenMPRuntime().emitDeclareTargetFunction(D, GV); in EmitGlobalFunctionDefinition() 7355 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
|
| H A D | CGDeclCXX.cpp | 211 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit()
|
| H A D | CodeGenModule.h | 646 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| H A D | CGExprComplex.cpp | 1439 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
|
| H A D | CGStmt.cpp | 1345 !CGM.getOpenMPRuntime() in EmitReturnStmt()
|
| H A D | CGExprScalar.cpp | 2544 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII() 3381 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 435 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AIX.cpp | 297 switch (ToolChain.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MinGW.cpp | 289 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MSVC.cpp | 251 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | CommonArgs.cpp | 1130 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
|
| H A D | Clang.cpp | 6420 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 734 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 836 OpenMPRuntimeKind RuntimeKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|