Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp91 return static_cast<const OMPDeviceClause *>(C); in get()
1968 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
H A DStmtProfile.cpp833 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6691 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in emitCommonOMPTargetDirective()
7059 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPInteropDirective()
7477 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()
7502 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()
7523 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()
7915 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp3758 if (auto *C = D.getSingleClause<OMPDeviceClause>()) in emitTaskInit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5074 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
5111 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause() function
5122 OMPDeviceClause() in OMPDeviceClause() function
H A DRecursiveASTVisitor.h3781 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td131 let clangClass = "OMPDeviceClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10564 C = new (Context) OMPDeviceClause(); in readClause()
11277 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
H A DASTWriter.cpp7505 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10765 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
H A DSemaOpenMP.cpp20044 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPDeviceClause()