Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1035 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1039 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in Create()
1045 OMPDistributeParallelForDirective *Dir = in Create()
1046 new (Mem) OMPDistributeParallelForDirective(StartLoc, EndLoc, in Create()
1088 OMPDistributeParallelForDirective *
1089 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1093 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in CreateEmpty()
1099 return new (Mem) OMPDistributeParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp929 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp824 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h3099 class OMPDistributeParallelForDirective : public OMPLoopDirective {
3111 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
3123 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum, in OMPDistributeParallelForDirective() function
3145 static OMPDistributeParallelForDirective *
3157 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2740 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td240 def OMPDistributeParallelForDirective : DStmt<OMPLoopDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2198 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3011 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2180 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp294 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp2139 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
2160 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3146 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1359 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8121 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp7517 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()