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.cpp599 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
603 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
636 OMPParallelForDirective *
637 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
639 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1020 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
H A DStmtPrinter.cpp808 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2163 class OMPParallelForDirective : public OMPLoopDirective {
2176 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
2186 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
2214 static OMPParallelForDirective *
2227 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2238 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2997 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td238 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2460 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3451 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2451 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp243 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3605 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGStmtOpenMP.cpp1307 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4398 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
H A DCGOpenMPRuntime.cpp1224 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9024 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
H A DSemaOpenMP.cpp11147 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()