| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructDecompositionT.h | 38 static inline llvm::ArrayRef<llvm::omp::Directive> getWorksharing() { in getWorksharing() 39 static llvm::omp::Directive worksharing[] = { in getWorksharing() 40 llvm::omp::Directive::OMPD_do, llvm::omp::Directive::OMPD_for, in getWorksharing() 41 llvm::omp::Directive::OMPD_scope, llvm::omp::Directive::OMPD_sections, in getWorksharing() 42 llvm::omp::Directive::OMPD_single, llvm::omp::Directive::OMPD_workshare, in getWorksharing() 47 static inline llvm::ArrayRef<llvm::omp::Directive> getWorksharingLoop() { in getWorksharingLoop() 48 static llvm::omp::Directive worksharingLoop[] = { in getWorksharingLoop() 49 llvm::omp::Directive::OMPD_do, in getWorksharingLoop() 50 llvm::omp::Directive::OMPD_for, in getWorksharingLoop() 95 llvm::omp::Directive dir, in ConstructDecompositionT() [all …]
|
| H A D | OMPContext.h | 27 namespace omp { 204 template <> struct DenseMapInfo<omp::TraitProperty> { 205 static inline omp::TraitProperty getEmptyKey() { 206 return omp::TraitProperty(-1); 208 static inline omp::TraitProperty getTombstoneKey() { 209 return omp::TraitProperty(-2); 211 static unsigned getHashValue(omp::TraitProperty val) { 214 static bool isEqual(omp::TraitProperty LHS, omp::TraitProperty RHS) {
|
| H A D | OMPIRBuilder.h | 127 std::optional<omp::GV> GridValue; 158 omp::GV getGridValue() const { in getGridValue() 199 void setGridValue(omp::GV G) { GridValue = G; } in setGridValue() 532 LLVM_ABI void addAttributes(omp::RuntimeFunction FnID, Function &Fn); 568 omp::Directive DK; 686 omp::Directive Kind, 699 omp::Directive CanceledDirective); 708 const LocationDescription &Loc, omp::Directive CanceledDirective); 727 omp::ProcBindKind ProcBind, bool IsCancellable); 1000 LLVM_ABI omp::OpenMPOffloadMappingFlags getMemberOfFlag(unsigned Position); [all …]
|
| H A D | OMPConstants.h | 22 namespace omp { 32 constexpr auto Enum = omp::InternalControlVar::Enum; 41 constexpr auto Enum = omp::ICVInitValue::Enum; 50 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; 60 constexpr auto Enum = omp::DefaultKind::Enum; 71 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 202 OpenMPDirectiveKind CaptureRegion = llvm::omp::OMPD_unknown; 212 OpenMPDirectiveKind ThisRegion = llvm::omp::OMPD_unknown) { 408 : public OMPOneStmtClause<llvm::omp::OMPC_allocator, OMPClause> { 442 : public OMPOneStmtClause<llvm::omp::OMPC_align, OMPClause> { 555 : OMPVarListClause<OMPAllocateClause>(llvm::omp::OMPC_allocate, StartLoc, in OMPAllocateClause() 568 : OMPVarListClause<OMPAllocateClause>(llvm::omp::OMPC_allocate, in OMPAllocateClause() 665 return T->getClauseKind() == llvm::omp::OMPC_allocate; in classof() 689 OpenMPDirectiveKind NameModifier = llvm::omp::OMPD_unknown; 723 : OMPClause(llvm::omp::OMPC_if, StartLoc, EndLoc), in OMPIfClause() 732 : OMPClause(llvm::omp::OMPC_if, SourceLocation(), SourceLocation()), in OMPIfClause() [all …]
|
| H A D | StmtOpenMP.h | 271 OpenMPDirectiveKind Kind = llvm::omp::OMPD_unknown; 624 llvm::omp::OMPD_parallel, StartLoc, EndLoc) {} in OMPParallelDirective() 630 llvm::omp::OMPD_parallel, SourceLocation(), in OMPParallelDirective() 1582 : OMPLoopDirective(OMPSimdDirectiveClass, llvm::omp::OMPD_simd, StartLoc, in OMPSimdDirective() 1590 : OMPLoopDirective(OMPSimdDirectiveClass, llvm::omp::OMPD_simd, in OMPSimdDirective() 1648 : OMPLoopDirective(OMPForDirectiveClass, llvm::omp::OMPD_for, StartLoc, in OMPForDirective() 1656 : OMPLoopDirective(OMPForDirectiveClass, llvm::omp::OMPD_for, in OMPForDirective() 1662 llvm::omp::OMPD_for)] = E; in setTaskReductionRefExpr() 1701 getLoopsNumber(), llvm::omp::OMPD_for)]); in getTaskReductionRefExpr() 1735 : OMPLoopDirective(OMPForSimdDirectiveClass, llvm::omp::OMPD_for_simd, in OMPForSimdDirective() [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 1216 !$omp declare target(omp_set_num_threads ) 1217 !$omp declare target(omp_set_dynamic ) 1218 !$omp declare target(omp_set_nested ) 1219 !$omp declare target(omp_get_num_threads ) 1220 !$omp declare target(omp_get_max_threads ) 1221 !$omp declare target(omp_get_thread_num ) 1222 !$omp declare target(omp_get_num_procs ) 1223 !$omp declare target(omp_in_parallel ) 1224 !$omp declare target(omp_in_final ) 1225 !$omp declare target(omp_get_dynamic ) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 25 using namespace omp; 322 bool llvm::omp::isVariantApplicableInContext( in isVariantApplicableInContext() 413 int llvm::omp::getBestVariantMatchForContext( in getBestVariantMatchForContext() 451 TraitSet llvm::omp::getOpenMPContextTraitSetKind(StringRef S) { in getOpenMPContextTraitSetKind() 459 llvm::omp::getOpenMPContextTraitSetForSelector(TraitSelector Selector) { in getOpenMPContextTraitSetForSelector() 469 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty() 478 StringRef llvm::omp::getOpenMPContextTraitSetName(TraitSet Kind) { in getOpenMPContextTraitSetName() 488 TraitSelector llvm::omp::getOpenMPContextTraitSelectorKind(StringRef S, in getOpenMPContextTraitSelectorKind() 503 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty() 512 StringRef llvm::omp::getOpenMPContextTraitSelectorName(TraitSelector Kind) { in getOpenMPContextTraitSelectorName() [all …]
|
| H A D | OMP.cpp | 25 using namespace llvm::omp; 78 namespace llvm::omp { namespace 155 [](const llvm::omp::Directive *RowA, const llvm::omp::Directive *RowB) { in getCompoundConstruct()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/ |
| H A D | parallel_invoke.h | |
| H A D | parallel_merge.h | |
| H A D | parallel_for.h | |
| H A D | parallel_for_each.h | |
| H A D | parallel_transform_reduce.h | |
| H A D | parallel_reduce.h | |
| H A D | parallel_stable_sort.h | |
| /freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | math.h | 40 #pragma omp begin declare variant match( \ 49 #pragma omp end declare variant 52 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 58 #pragma omp end declare variant
|
| H A D | __clang_openmp_device_functions.h | 18 #pragma omp begin declare variant match( \ 34 #pragma omp end declare variant 38 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 55 #pragma omp end declare variant
|
| H A D | stdlib.h | 20 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 26 #pragma omp end declare variant
|
| H A D | time.h | 25 #pragma omp begin declare variant match( \ 30 #pragma omp end declare variant
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 21 using namespace llvm::omp; 30 .Default(unsigned(llvm::omp::OMP_DEFAULT_unknown)); in getOpenMPSimpleClauseType() 35 .Default(unsigned(llvm::omp::OMP_PROC_BIND_unknown)); in getOpenMPSimpleClauseType() 108 return static_cast<unsigned int>(llvm::StringSwitch<llvm::omp::Clause>(Str) in getOpenMPSimpleClauseType() 270 switch (llvm::omp::DefaultKind(Type)) { in getOpenMPSimpleClauseTypeName() 807 assert(unsigned(DKind) < llvm::omp::Directive_enumSize); in getOpenMPCaptureRegions() 870 llvm::errs() << getOpenMPDirectiveName(LKind, llvm::omp::FallbackVersion) in getOpenMPCaptureRegions() 895 return FailClauseParameter == llvm::omp::OMPC_acquire || in checkFailClauseParameter() 896 FailClauseParameter == llvm::omp::OMPC_relaxed || in checkFailClauseParameter() 897 FailClauseParameter == llvm::omp::OMPC_seq_cst; in checkFailClauseParameter()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | assert.h | 24 #pragma omp begin declare target 28 #pragma omp end declare target
|
| H A D | inttypes.h | 24 #pragma omp begin declare target 28 #pragma omp end declare target
|
| H A D | stdlib.h | 24 #pragma omp begin declare target 47 #pragma omp end declare target
|
| /freebsd/crypto/libecc/src/wycheproof_tests/ |
| H A D | libecc_wycheproof.c | 81 #pragma omp parallel in check_wycheproof_ecdsa() 82 #pragma omp for schedule(static, 1) nowait in check_wycheproof_ecdsa() 165 #pragma omp parallel in check_wycheproof_eddsa() 166 #pragma omp for schedule(static, 1) nowait in check_wycheproof_eddsa() 285 #pragma omp parallel in check_wycheproof_xdh() 286 #pragma omp for schedule(static, 1) nowait in check_wycheproof_xdh() 549 #pragma omp parallel in check_wycheproof_ecdh() 550 #pragma omp for schedule(static, 1) nowait in check_wycheproof_ecdh() 738 #pragma omp parallel in check_wycheproof_hmac() 739 #pragma omp for schedule(static, 1) nowait in check_wycheproof_hmac()
|