| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmtOpenMP.cpp | 463 : CGM.getOpenMPRuntime().translateParameter(FD, Arg)); in emitOutlinedFunctionPrologue() 495 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue() 635 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, S.getBeginLoc(), in GenerateOpenMPCapturedStmtFunction() 785 (void)CGM.getOpenMPRuntime().registerTargetFirstprivateCopy(*this, in EmitOMPFirstprivateClause() 1054 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal() 1105 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate( in EmitOMPLastprivateClauseFinal() 1250 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal() 1297 CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction( in emitCommonOMPParallelDirective() 1304 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( in emitCommonOMPParallelDirective() 1309 CGF.CGM.getOpenMPRuntime().emitProcBindClause( in emitCommonOMPParallelDirective() [all …]
|
| HD | CGOpenMPRuntime.cpp | 811 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer() 831 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer() 1366 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer() 3099 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 3114 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 3343 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction() 4209 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata() 4492 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction() 4568 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction() 4595 CGM.getOpenMPRuntime().getName({"omp_task_destructor", ""}); in emitDestructorsFunction() [all …]
|
| HD | CGDeclCXX.cpp | 209 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit() 448 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
|
| HD | CGOpenMPRuntimeNVPTX.cpp | 1172 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel() 1179 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel() 2085 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction() 2103 static_cast<CGOpenMPRuntimeNVPTX &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction() 2855 *(static_cast<CGOpenMPRuntimeNVPTX *>(&CGM.getOpenMPRuntime())); in createRuntimeShuffleFunction() 3288 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction() 3336 CGM.getOpenMPRuntime().emitBarrierCall(CGF, Loc, OMPD_unknown, in emitInterWarpCopyFunction() 3593 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitShuffleAndReduceFunction() 3823 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitListToGlobalReduceFunction() 4025 CGM.getOpenMPRuntime().emitOutlinedFunctionCall( in emitGlobalToListReduceFunction() [all …]
|
| HD | CGDecl.cpp | 1403 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca() 2417 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl() 2524 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction() 2532 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper() 2536 getOpenMPRuntime().checkArchForUnifiedAddressing(D); in EmitOMPRequiresDecl()
|
| HD | CGExpr.cpp | 1015 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexPrePostIncDec() 2298 Addr = CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue() 2311 !CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) in emitDeclTargetVarDeclLValue() 2315 CGF.CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory())) && in emitDeclTargetVarDeclLValue() 2318 Address Addr = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in emitDeclTargetVarDeclLValue() 2583 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue() 2597 CGM.getOpenMPRuntime().isNontemporalDecl(VD)) in EmitDeclRefLValue() 3953 CGM.getOpenMPRuntime().isNontemporalDecl(Field)) || in EmitMemberExpr() 4730 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitBinaryOperatorLValue()
|
| HD | CodeGenModule.cpp | 1893 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes() 2105 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred() 2538 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal() 2547 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal() 3460 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal() 3531 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal() 5806 if (auto InitFunction = getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitOMPThreadPrivateDecl()
|
| HD | CodeGenFunction.cpp | 106 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction() 1048 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| HD | CodeGenModule.h | 587 CGOpenMPRuntime &getOpenMPRuntime() { in getOpenMPRuntime() function
|
| HD | CGExprComplex.cpp | 1142 CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(*this, in EmitComplexAssignmentLValue()
|
| HD | CGExprScalar.cpp | 2376 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII() 3025 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Driver.h | 355 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| HD | MinGW.cpp | 237 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| HD | CommonArgs.cpp | 510 Driver::OpenMPRuntimeKind RTKind = TC.getDriver().getOpenMPRuntime(Args); in addOpenMPRuntime()
|
| HD | MSVC.cpp | 442 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| HD | Clang.cpp | 5045 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ |
| HD | Driver.cpp | 581 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 676 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|