Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp90 return static_cast<const OMPDeviceClause *>(C); in get()
1794 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
DStmtProfile.cpp793 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5961 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in emitCommonOMPTargetDirective()
6669 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()
6694 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()
6715 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()
7107 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
DCGOpenMPRuntime.cpp4335 if (auto *C = D.getSingleClause<OMPDeviceClause>()) in emitTaskInit()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td173 let clangClass = "OMPDeviceClause";
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4766 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
4803 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause() function
4814 OMPDeviceClause() in OMPDeviceClause() function
DRecursiveASTVisitor.h3524 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp11885 C = new (Context) OMPDeviceClause(); in readClause()
12536 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
DASTWriter.cpp6404 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h9862 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
DSemaOpenMP.cpp18439 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPDeviceClause()