A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clang.llvm.org/doxygen/OpenMPKinds_8h_source.html below:

clang: include/clang/Basic/OpenMPKinds.h Source File

14#ifndef LLVM_CLANG_BASIC_OPENMPKINDS_H 15#define LLVM_CLANG_BASIC_OPENMPKINDS_H 18#include "llvm/ADT/Sequence.h" 19#include "llvm/ADT/StringRef.h" 20#include "llvm/Frontend/OpenMP/OMPConstants.h" 32#define OPENMP_SCHEDULE_KIND(Name) \ 34#include "clang/Basic/OpenMPKinds.def" 41#define OPENMP_SCHEDULE_MODIFIER(Name) \ 42 OMPC_SCHEDULE_MODIFIER_##Name, 43#include "clang/Basic/OpenMPKinds.def" 49#define OPENMP_DEVICE_MODIFIER(Name) OMPC_DEVICE_##Name, 50#include "clang/Basic/OpenMPKinds.def" 56#define OPENMP_DEPEND_KIND(Name) \ 58#include "clang/Basic/OpenMPKinds.def" 64#define OPENMP_LINEAR_KIND(Name) \ 66#include "clang/Basic/OpenMPKinds.def" 72#define OPENMP_MAP_KIND(Name) \ 74#include "clang/Basic/OpenMPKinds.def" 81#define OPENMP_MAP_MODIFIER_KIND(Name) \ 82 OMPC_MAP_MODIFIER_##Name, 83#include "clang/Basic/OpenMPKinds.def" 93#define OPENMP_MOTION_MODIFIER_KIND(Name) \ 94 OMPC_MOTION_MODIFIER_##Name, 95#include "clang/Basic/OpenMPKinds.def" 105#define OPENMP_DIST_SCHEDULE_KIND(Name) OMPC_DIST_SCHEDULE_##Name, 106#include "clang/Basic/OpenMPKinds.def" 112#define OPENMP_DEFAULTMAP_KIND(Name) \ 113 OMPC_DEFAULTMAP_##Name, 114#include "clang/Basic/OpenMPKinds.def" 121#define OPENMP_DEFAULTMAP_MODIFIER(Name) \ 122 OMPC_DEFAULTMAP_MODIFIER_##Name, 123#include "clang/Basic/OpenMPKinds.def" 129#define OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(Name) \ 130 OMPC_ATOMIC_DEFAULT_MEM_ORDER_##Name, 131#include "clang/Basic/OpenMPKinds.def" 137#define OPENMP_AT_KIND(Name) OMPC_AT_##Name, 138#include "clang/Basic/OpenMPKinds.def" 144#define OPENMP_SEVERITY_KIND(Name) OMPC_SEVERITY_##Name, 145#include "clang/Basic/OpenMPKinds.def" 151#define OPENMP_DEVICE_TYPE_KIND(Name) \ 152 OMPC_DEVICE_TYPE_##Name, 153#include "clang/Basic/OpenMPKinds.def" 159#define OPENMP_LASTPRIVATE_KIND(Name) OMPC_LASTPRIVATE_##Name, 160#include "clang/Basic/OpenMPKinds.def" 166#define OPENMP_ORDER_KIND(Name) OMPC_ORDER_##Name, 167#include "clang/Basic/OpenMPKinds.def" 174#define OPENMP_ORDER_MODIFIER(Name) OMPC_ORDER_MODIFIER_##Name, 175#include "clang/Basic/OpenMPKinds.def" 188#define OPENMP_REDUCTION_MODIFIER(Name) OMPC_REDUCTION_##Name, 189#include "clang/Basic/OpenMPKinds.def" 195#define OPENMP_ADJUST_ARGS_KIND(Name) OMPC_ADJUST_ARGS_##Name, 196#include "clang/Basic/OpenMPKinds.def" 202#define OPENMP_BIND_KIND(Name) OMPC_BIND_##Name, 203#include "clang/Basic/OpenMPKinds.def" 208#define OPENMP_GRAINSIZE_MODIFIER(Name) OMPC_GRAINSIZE_##Name, 209#include "clang/Basic/OpenMPKinds.def" 214#define OPENMP_NUMTASKS_MODIFIER(Name) OMPC_NUMTASKS_##Name, 215#include "clang/Basic/OpenMPKinds.def" 221#define OPENMP_DOACROSS_MODIFIER(Name) OMPC_DOACROSS_##Name, 222#include "clang/Basic/OpenMPKinds.def" 228#define OPENMP_ALLOCATE_MODIFIER(Name) OMPC_ALLOCATE_##Name, 229#include "clang/Basic/OpenMPKinds.def" 405struct

llvm::enum_iteration_traits<

clang

::OpenMPDefaultmapClauseKind> {

406 static constexpr bool

is_iterable =

true

;

enum clang::sema::@1704::IndirectLocalPathEntry::EntryKind Kind

Defines the clang::LangOptions interface.

This represents one expression.

Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...

The base class of the type hierarchy.

The JSON file list parser is used to communicate input to InstallAPI.

bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a worksharing directive.

bool needsTaskBasedThreadLimit(OpenMPDirectiveKind DKind)

Checks if the specified target directive, combined or not, needs task based thread_limit.

bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind)

Checks if the specified composite/combined directive constitutes a teams directive in the outermost n...

bool checkFailClauseParameter(OpenMPClauseKind FailClauseParameter)

Checks if the parameter to the fail clause in "#pragma atomic compare fail" is restricted only to mem...

bool isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a target data offload directive.

bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a loop transformation directive.

llvm::omp::Directive OpenMPDirectiveKind

OpenMP directives.

OpenMPDefaultmapClauseModifier

OpenMP modifiers for 'defaultmap' clause.

@ OMPC_DEFAULTMAP_MODIFIER_last

@ OMPC_DEFAULTMAP_MODIFIER_unknown

OpenMPOrderClauseModifier

OpenMP modifiers for 'order' clause.

@ OMPC_ORDER_MODIFIER_unknown

@ OMPC_ORDER_MODIFIER_last

OpenMPAdjustArgsOpKind

OpenMP adjust-op kinds for 'adjust_args' clause.

@ OMPC_ADJUST_ARGS_unknown

OpenMPAtClauseKind

OpenMP attributes for 'at' clause.

bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a distribute directive.

OpenMPReductionClauseModifier

OpenMP modifiers for 'reduction' clause.

OpenMPDeviceType

OpenMP device type for 'device_type' clause.

@ OMPC_DEVICE_TYPE_unknown

OpenMPScheduleClauseModifier

OpenMP modifiers for 'schedule' clause.

@ OMPC_SCHEDULE_MODIFIER_last

@ OMPC_SCHEDULE_MODIFIER_unknown

llvm::omp::Clause OpenMPClauseKind

OpenMP clauses.

const char * getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, unsigned Type)

static constexpr unsigned NumberOfOMPAllocateClauseModifiers

Number of allowed allocate-modifiers.

bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a parallel-kind directive.

bool isOpenMPPrivate(OpenMPClauseKind Kind)

Checks if the specified clause is one of private clauses like 'private', 'firstprivate',...

OpenMPDistScheduleClauseKind

OpenMP attributes for 'dist_schedule' clause.

@ OMPC_DIST_SCHEDULE_unknown

OpenMPDoacrossClauseModifier

OpenMP dependence types for 'doacross' clause.

bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind)

Checks if the specified directive kind is one of tasking directives - task, taskloop,...

static constexpr unsigned NumberOfOMPMapClauseModifiers

Number of allowed map-type-modifiers.

bool isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a target code offload directive.

bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a teams-kind directive.

bool isOpenMPGenericLoopDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive constitutes a 'loop' directive in the outermost nest.

OpenMPBindClauseKind

OpenMP bindings for the 'bind' clause.

OpenMPLastprivateModifier

OpenMP 'lastprivate' clause modifier.

@ OMPC_LASTPRIVATE_unknown

OpenMPDependClauseKind

OpenMP attributes for 'depend' clause.

OpenMPGrainsizeClauseModifier

unsigned getOpenMPSimpleClauseType(OpenMPClauseKind Kind, llvm::StringRef Str, const LangOptions &LangOpts)

OpenMPNumTasksClauseModifier

bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a directive with an associated loop construct.

bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive can capture variables.

OpenMPSeverityClauseKind

OpenMP attributes for 'severity' clause.

bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind)

Checks if the specified directive kind is one of the composite or combined directives that need loop ...

static constexpr unsigned NumberOfOMPMotionModifiers

Number of allowed motion-modifiers.

OpenMPMotionModifierKind

OpenMP modifier kind for 'to' or 'from' clause.

@ OMPC_MOTION_MODIFIER_unknown

OpenMPDefaultmapClauseKind

OpenMP attributes for 'defaultmap' clause.

@ OMPC_DEFAULTMAP_unknown

OpenMPAllocateClauseModifier

OpenMP modifiers for 'allocate' clause.

bool isOpenMPThreadPrivate(OpenMPClauseKind Kind)

Checks if the specified clause is one of threadprivate clauses like 'threadprivate',...

OpenMPLinearClauseKind

OpenMP attributes for 'linear' clause.

bool isOpenMPExecutableDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is considered as "executable".

bool isOpenMPInformationalDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is considered as "informational".

bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a simd directive.

void getOpenMPCaptureRegions(llvm::SmallVectorImpl< OpenMPDirectiveKind > &CaptureRegions, OpenMPDirectiveKind DKind)

Return the captured regions of an OpenMP directive.

OpenMPAtomicDefaultMemOrderClauseKind

OpenMP attributes for 'atomic_default_mem_order' clause.

@ OMPC_ATOMIC_DEFAULT_MEM_ORDER_unknown

OpenMPDeviceClauseModifier

OpenMP modifiers for 'device' clause.

OpenMPMapModifierKind

OpenMP modifier kind for 'map' clause.

@ OMPC_MAP_MODIFIER_unknown

bool isOpenMPCombinedParallelADirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a combined construct for which the first construct is a parallel...

bool isOpenMPNestingDistributeDirective(OpenMPDirectiveKind DKind)

Checks if the specified composite/combined directive constitutes a distribute directive in the outerm...

OpenMPOrderClauseKind

OpenMP attributes for 'order' clause.

OpenMPScheduleClauseKind

OpenMP attributes for 'schedule' clause.

bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind)

Checks if the specified directive is a taskloop directive.

OpenMPMapClauseKind

OpenMP mapping kind for 'map' clause.

OMPInteropInfo(bool IsTarget=false, bool IsTargetSync=false)

llvm::SmallVector< Expr *, 4 > PreferTypes

Scheduling data for loop-based OpenMP directives.

OpenMPScheduleClauseModifier M2

OpenMPScheduleClauseModifier M1

OpenMPScheduleClauseKind Schedule


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4