| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 495 : CGM.getOpenMPRuntime().translateParameter(FD, Arg)); in emitOutlinedFunctionPrologue() 529 LocalAddr = CGM.getOpenMPRuntime().getParameterAddress(CGF, Args[Cnt], in emitOutlinedFunctionPrologue() 677 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, Loc, F, CallArgs); in GenerateOpenMPCapturedStmtFunction() 827 (void)CGM.getOpenMPRuntime().registerTargetFirstprivateCopy(*this, in EmitOMPFirstprivateClause() 913 CGM.getOpenMPRuntime().emitLastprivateConditionalInit( in EmitOMPFirstprivateClause() 1084 CGM.getOpenMPRuntime().emitLastprivateConditionalInit(*this, in EmitOMPLastprivateClauseInit() 1126 CGM.getOpenMPRuntime().emitBarrierCall(*this, D.getBeginLoc(), in EmitOMPLastprivateClauseFinal() 1177 CGM.getOpenMPRuntime().emitLastprivateConditionalFinalUpdate( in EmitOMPLastprivateClauseFinal() 1305 llvm::Value *ReductionDesc = CGM.getOpenMPRuntime().emitTaskReductionInit( in EmitOMPReductionClauseInit() 1439 CGM.getOpenMPRuntime().emitTaskReductionFini( in EmitOMPReductionClauseFinal() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 540 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXWarpID() 551 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getNVPTXLaneID() 564 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getThreadLimit() 586 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in getMasterThreadID() 1091 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel() 1098 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDKernel() 1139 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitNonSPMDEntryHeader() 1679 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitTeamsOutlinedFunction() 1697 static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()) in emitTeamsOutlinedFunction() 2201 auto &RT = static_cast<CGOpenMPRuntimeGPU &>(CGF.CGM.getOpenMPRuntime()); in emitCriticalRegion() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 625 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer() 645 std::string Name = CGF.CGM.getOpenMPRuntime().getName({"init"}); in emitInitWithReductionInitializer() 1129 std::string Name = CGM.getOpenMPRuntime().getName( in emitCombinerOrInitializer() 1278 llvm::OpenMPIRBuilder &OMPBuilder = CGM.getOpenMPRuntime().getOMPBuilder(); in emitParallelOrTeamsOutlinedFunction() 2082 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 2097 CGOpenMPRuntime &RT = CGF.CGM.getOpenMPRuntime(); in emitParallelCall() 2382 CGM.getOpenMPRuntime().getName({"omp", "copyprivate", "copy_func"}); in emitCopyprivateCopyFunction() 3272 CGM.getOpenMPRuntime().hasRequiresUnifiedSharedMemory()) in createOffloadEntriesAndInfoMetadata() 3579 std::string Name = CGM.getOpenMPRuntime().getName({"omp_task_entry", ""}); in emitProxyTaskFunction() 3655 CGM.getOpenMPRuntime().emitOutlinedFunctionCall(CGF, Loc, TaskFunction, in emitProxyTaskFunction() [all …]
|
| H A D | CGDeclCXX.cpp | 209 (void)CGM.getOpenMPRuntime().emitThreadPrivateVarDefinition( in EmitCXXGlobalVarDeclInit() 467 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CGDecl.cpp | 1437 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitAutoVarAlloca() 2492 ? CGM.getOpenMPRuntime().getAddressOfLocalVariable(*this, &D) in EmitParmDecl() 2602 getOpenMPRuntime().emitUserDefinedReduction(CGF, D); in EmitOMPDeclareReduction() 2610 getOpenMPRuntime().emitUserDefinedMapper(D, CGF); in EmitOMPDeclareMapper() 2614 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() 1095 CGM.getOpenMPRuntime().emitFunctionProlog(*this, CurCodeDecl); in StartFunction()
|
| H A D | CodeGenModule.cpp | 2143 getOpenMPRuntime().emitDeclareSimdFunction(FD, F); in SetFunctionAttributes() 2364 getOpenMPRuntime().emitDeferredTargetDecls(); in EmitDeferred() 2923 getOpenMPRuntime().hasRequiresUnifiedSharedMemory(); in EmitGlobal() 2932 (void)getOpenMPRuntime().getAddrOfDeclareTargetVar(VD); in EmitGlobal() 3815 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal() 3888 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal() 6194 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 | 1220 !CGM.getOpenMPRuntime() in EmitReturnStmt()
|
| H A D | CGExprScalar.cpp | 2438 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional( in ~OMPLastprivateConditionalUpdateRAII() 3118 CGF.CGM.getOpenMPRuntime().checkAndEmitLastprivateConditional(CGF, in EmitCompoundAssignLValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Driver.h | 363 OpenMPRuntimeKind getOpenMPRuntime(const llvm::opt::ArgList &Args) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 247 switch (TC.getDriver().getOpenMPRuntime(Args)) { in ConstructJob()
|
| H A D | MSVC.cpp | 528 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 | 5674 switch (D.getOpenMPRuntime(Args)) { in ConstructJob()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 649 Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const { in getOpenMPRuntime() function in Driver 742 OpenMPRuntimeKind OpenMPKind = getOpenMPRuntime(C.getInputArgs()); in CreateOffloadingDeviceToolChains()
|