| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 1012 !$omp declare target(omp_in_final ) 1018 !$omp declare target(omp_get_level ) 1025 !$omp declare target(omp_get_wtime ) 1026 !$omp declare target(omp_get_wtick ) 1039 !$omp declare target(omp_init_lock ) 1041 !$omp declare target(omp_set_lock ) 1043 !$omp declare target(omp_test_lock ) 1075 !$omp declare target(kmp_malloc ) 1077 !$omp declare target(kmp_calloc ) 1078 !$omp declare target(kmp_realloc ) [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 476 : OMPClause(llvm::omp::OMPC_if, StartLoc, EndLoc), in OMPIfClause() 519 return T->getClauseKind() == llvm::omp::OMPC_if; in classof() 587 return T->getClauseKind() == llvm::omp::OMPC_final; in classof() 887 return T->getClauseKind() == llvm::omp::OMPC_sizes; in classof() 930 return T->getClauseKind() == llvm::omp::OMPC_full; in classof() 1080 llvm::omp::DefaultKind Kind = llvm::omp::OMP_DEFAULT_unknown; 1161 llvm::omp::ProcBindKind Kind = llvm::omp::OMP_PROC_BIND_unknown; 6725 return T->getClauseKind() == llvm::omp::OMPC_to; in classof() 8468 llvm::omp::TraitProperty Kind = llvm::omp::TraitProperty::invalid; 8476 llvm::omp::TraitSelector Kind = llvm::omp::TraitSelector::invalid; [all …]
|
| H A D | StmtOpenMP.h | 271 OpenMPDirectiveKind Kind = llvm::omp::OMPD_unknown; 1632 getLoopsNumber(), llvm::omp::OMPD_for)]); in getTaskReductionRefExpr() 2099 getLoopsNumber(), llvm::omp::OMPD_parallel_for)]); in getTaskReductionRefExpr() 2200 llvm::omp::OMPD_parallel_master, in OMPParallelMasterDirective() 2274 llvm::omp::OMPD_parallel_sections, in OMPParallelSectionsDirective() 3065 llvm::omp::OMPD_target_exit_data, in OMPTargetExitDataDirective() 3122 llvm::omp::OMPD_target_parallel, in OMPTargetParallelDirective() 3333 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; 3391 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; 4441 llvm::omp::OMPD_teams_distribute_simd, in OMPTeamsDistributeSimdDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPContext.h | 26 namespace omp { 194 template <> struct DenseMapInfo<omp::TraitProperty> { 195 static inline omp::TraitProperty getEmptyKey() { 196 return omp::TraitProperty(-1); 198 static inline omp::TraitProperty getTombstoneKey() { 199 return omp::TraitProperty(-2); 201 static unsigned getHashValue(omp::TraitProperty val) { 204 static bool isEqual(omp::TraitProperty LHS, omp::TraitProperty RHS) {
|
| H A D | OMPConstants.h | 31 namespace omp { 41 constexpr auto Enum = omp::InternalControlVar::Enum; 50 constexpr auto Enum = omp::ICVInitValue::Enum; 59 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; 69 constexpr auto Enum = omp::DefaultKind::Enum; 80 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum;
|
| H A D | OMPIRBuilder.h | 50 void addAttributes(omp::RuntimeFunction FnID, Function &Fn); 72 omp::Directive DK; 186 omp::Directive CanceledDirective); 205 Value *NumThreads, omp::ProcBindKind ProcBind, 503 omp::RuntimeFunction FnID); 505 Function *getOrCreateRuntimeFunctionPtr(omp::RuntimeFunction FnID); 524 omp::IdentFlag Flags = omp::IdentFlag(0), 536 omp::Directive CanceledDirective, 564 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() 881 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD, [all …]
|
| H A D | OMPGridValues.h | 19 namespace omp {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 26 using namespace omp; 342 int llvm::omp::getBestVariantMatchForContext( in getBestVariantMatchForContext() 379 TraitSet llvm::omp::getOpenMPContextTraitSetKind(StringRef S) { in getOpenMPContextTraitSetKind() 387 llvm::omp::getOpenMPContextTraitSetForSelector(TraitSelector Selector) { in getOpenMPContextTraitSetForSelector() 406 StringRef llvm::omp::getOpenMPContextTraitSetName(TraitSet Kind) { in getOpenMPContextTraitSetName() 443 TraitProperty llvm::omp::getOpenMPContextTraitPropertyKind( in getOpenMPContextTraitPropertyKind() 488 bool llvm::omp::isValidTraitSelectorForTraitSet(TraitSelector Selector, in isValidTraitSelectorForTraitSet() 503 bool llvm::omp::isValidTraitPropertyForTraitSetAndSelector( in isValidTraitPropertyForTraitSetAndSelector() 515 std::string llvm::omp::listOpenMPContextTraitSets() { in listOpenMPContextTraitSets() 525 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors() [all …]
|
| H A D | OMP.cpp | 16 using namespace omp;
|
| /freebsd-13.1/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 | 21 #pragma omp begin declare variant match( \ 36 #pragma omp end declare variant 39 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 57 #pragma omp end declare variant
|
| H A D | time.h | 25 #pragma omp begin declare variant match( \ 30 #pragma omp end declare variant
|
| H A D | complex | 38 #pragma omp begin declare variant match( \ 44 #pragma omp end declare variant
|
| H A D | cmath | 30 #pragma omp begin declare variant match( \ 76 #pragma omp end declare variant 79 #pragma omp begin declare variant match(device = {arch(amdgcn)}) 129 #pragma omp end declare variant
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeAMDGCN.cpp | 27 using namespace llvm::omp; 38 unsigned WarpSize = CGF.getTarget().getGridValue(llvm::omp::GV_Warp_Size); in getGPUWarpSize()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 27 using namespace llvm::omp;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 23 using OpenMPDirectiveKind = llvm::omp::Directive; 26 using OpenMPClauseKind = llvm::omp::Clause;
|
| /freebsd-13.1/lib/libomp/ |
| H A D | omp.h | 484 #pragma omp begin declare variant match(device={kind(host)}) 486 #pragma omp end declare variant 487 #pragma omp begin declare variant match(device={kind(nohost)}) 489 #pragma omp end declare variant
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_math.h | 265 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 353 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 436 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 495 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 506 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 821 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 908 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 999 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 1060 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc) 1071 #pragma omp allocate(__tmp) allocator(omp_thread_mem_alloc)
|
| H A D | __clang_cuda_cmath.h | 79 #pragma omp begin declare variant match( \ 88 #pragma omp begin declare variant match(implementation = {vendor(llvm)}) 97 #pragma omp end declare variant 112 #pragma omp end declare variant
|
| /freebsd-13.1/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() 197 switch (llvm::omp::DefaultKind(Type)) { in getOpenMPSimpleClauseTypeName() 590 assert(unsigned(DKind) < llvm::omp::Directive_enumSize); in getOpenMPCaptureRegions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | OpenMPOpt.h | 18 namespace omp {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11732 case llvm::omp::OMPC_if: in readClause() 11735 case llvm::omp::OMPC_final: in readClause() 11752 case llvm::omp::OMPC_full: in readClause() 11785 case llvm::omp::OMPC_read: in readClause() 11788 case llvm::omp::OMPC_write: in readClause() 11815 case llvm::omp::OMPC_simd: in readClause() 11872 case llvm::omp::OMPC_flush: in readClause() 11911 case llvm::omp::OMPC_hint: in readClause() 11920 case llvm::omp::OMPC_to: { in readClause() 11980 case llvm::omp::OMPC_init: in readClause() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 29 using namespace llvm::omp; 37 OMPD_cancellation = llvm::omp::Directive_enumSize + 1, 207 return unsigned(DKind) < llvm::omp::Directive_enumSize in parseOpenMPDirectiveKind() 1578 << llvm::omp::getOpenMPDirectiveName(DKind) in ParseOpenMPAssumesDirective() 1921 llvm::omp::Clause_enumSize + 1> in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1922 FirstClauses(llvm::omp::Clause_enumSize + 1); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1957 llvm::omp::Clause_enumSize + 1> in ParseOpenMPDeclarativeDirectiveWithExtDecl() 1958 FirstClauses(llvm::omp::Clause_enumSize + 1); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2285 llvm::omp::Clause_enumSize + 1> in ParseOpenMPDeclarativeOrExecutableDirective() 2286 FirstClauses(llvm::omp::Clause_enumSize + 1); in ParseOpenMPDeclarativeOrExecutableDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 130 case llvm::omp::Clause::Enum: \ in getFromNode() 133 case llvm::omp::Clause::Enum: \ in getFromNode()
|