Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h47 enum OpenMPDeviceClauseModifier { enum
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1384 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2186 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
H A DCGOpenMPRuntime.cpp9395 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitDeviceID()
9431 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCallKernelLaunch()
9629 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12157 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
H A DCGStmtOpenMP.cpp6633 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp146 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5041 OpenMPDeviceClauseModifier Modifier = OMPC_DEVICE_unknown;
5055 void setModifier(OpenMPDeviceClauseModifier M) { Modifier = M; } in setModifier()
5071 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause()
5099 OpenMPDeviceClauseModifier getModifier() const { return Modifier; } in getModifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1968 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17336 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
21172 OMPClause *Sema::ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in ActOnOpenMPDeviceClause()
H A DTreeTransform.h2000 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12491 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11133 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()