Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1297 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1301 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1347 OMPDistributeParallelForDirective *
1348 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1352 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1103 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp889 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3994 class OMPDistributeParallelForDirective : public OMPLoopDirective {
4006 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
4017 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
4045 static OMPDistributeParallelForDirective *
4058 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
4069 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2973 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td266 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2535 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3441 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2475 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp333 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1347 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
2988 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
3009 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3491 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1271 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8971 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp11876 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()