Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp637 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
641 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
674 OMPParallelForDirective *
675 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
677 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1031 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
H A DStmtPrinter.cpp821 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2164 class OMPParallelForDirective : public OMPLoopDirective {
2177 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
2187 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
2215 static OMPParallelForDirective *
2228 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2239 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3067 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td242 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2488 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3528 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2500 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp253 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1332 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4443 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
H A DCodeGenFunction.h3833 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1226 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9353 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
H A DSemaOpenMP.cpp10878 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()