Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.h47 enum OpenMPDeviceClauseModifier { enum
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h1391 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2197 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
HDCGOpenMPRuntime.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()
HDCGStmtOpenMP.cpp6689 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp146 return llvm::StringSwitch<OpenMPDeviceClauseModifier>(Str) in getOpenMPSimpleClauseType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h1215 OMPClause *ActOnOpenMPDeviceClause(OpenMPDeviceClauseModifier Modifier,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.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-13-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp1970 OpenMPDeviceClauseModifier Modifier = Node->getModifier(); in VisitOMPDeviceClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp16113 static_cast<OpenMPDeviceClauseModifier>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
19994 OpenMPDeviceClauseModifier Modifier, Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
HDTreeTransform.h2024 OMPClause *RebuildOMPDeviceClause(OpenMPDeviceClauseModifier Modifier, in RebuildOMPDeviceClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp11279 C->setModifier(Record.readEnum<OpenMPDeviceClauseModifier>()); in VisitOMPDeviceClause()