Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1558 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1562 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1608 OMPDistributeParallelForDirective *
1609 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1613 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1153 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp999 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4491 class OMPDistributeParallelForDirective : public OMPLoopDirective {
4503 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
4514 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
4542 static OMPDistributeParallelForDirective *
4555 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
4566 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3096 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td272 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2564 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3538 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2521 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp350 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1331 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3122 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
3143 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3554 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1250 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2196 const OMPDistributeParallelForDirective *D);
3235 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9142 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp13789 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()