Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp700 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
704 llvm::alignTo(sizeof(OMPTargetParallelDirective), alignof(OMPClause *)); in Create()
707 OMPTargetParallelDirective *Dir = in Create()
708 new (Mem) OMPTargetParallelDirective(StartLoc, EndLoc, Clauses.size()); in Create()
714 OMPTargetParallelDirective *
715 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
718 llvm::alignTo(sizeof(OMPTargetParallelDirective), alignof(OMPClause *)); in CreateEmpty()
721 return new (Mem) OMPTargetParallelDirective(NumClauses); in CreateEmpty()
H A DStmtProfile.cpp878 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp772 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2521 class OMPTargetParallelDirective : public OMPExecutableDirective {
2529 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelDirective() function
2539 explicit OMPTargetParallelDirective(unsigned NumClauses) in OMPTargetParallelDirective() function
2554 static OMPTargetParallelDirective *
2564 static OMPTargetParallelDirective *
H A DRecursiveASTVisitor.h2719 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td231 def OMPTargetParallelDirective : DStmt<OMPExecutableDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2145 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
2953 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2080 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3134 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3176 const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp4726 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
4752 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
4765 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCGStmt.cpp275 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp8548 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8022 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp7061 return OMPTargetParallelDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetParallelDirective()