Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1631 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1635 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1681 OMPDistributeParallelForDirective *
1682 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1686 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1210 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp1028 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4565 class OMPDistributeParallelForDirective : public OMPLoopDirective {
4577 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
4588 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
4616 static OMPDistributeParallelForDirective *
4629 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
4640 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3175 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td278 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2696 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3755 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2743 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp366 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1352 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3225 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
3246 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3872 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1230 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9762 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp13643 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()