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.h47 enum OpenMPDeviceClauseModifier { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1391 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2197 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp9457 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitDeviceID()
9493 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCallKernelLaunch()
9692 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12192 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp6689 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.h1215 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5081 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
5095 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
5111 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
5139 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1970 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16113 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
19994 OpenMPDeviceClauseModifier Modifier, Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h2024 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11334 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()