Home
last modified time | relevance | path

Searched refs:OpenMPDeviceClauseModifier (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h48 enum OpenMPDeviceClauseModifier { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1385 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2191 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp9475 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitDeviceID()
9632 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCallKernelLaunch()
9764 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12257 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp6908 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp146 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1284 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5635 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
5649 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
5665 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
5693 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2125 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16689 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
20659 OpenMPDeviceClauseModifier Modifier, Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h2043 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12052 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()