Home
last modified time | relevance | path

Searched refs:OMPTargetParallelDirective (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1034 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
1038 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
1045 OMPTargetParallelDirective *
1046 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1048 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1155 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp949 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3369 class OMPTargetParallelDirective : public OMPExecutableDirective {
3380 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3387 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3409 static OMPTargetParallelDirective *
3420 static OMPTargetParallelDirective *
3428 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3185 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td261 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1382 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7751 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
7777 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
7790 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCodeGenFunction.h3891 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3957 const OMPTargetParallelDirective &S);
H A DCGStmt.cpp325 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1217 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9859 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2631 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3770 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2606 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10007 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp13074 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()