Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.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()
HDStmtProfile.cpp1031 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
HDStmtPrinter.cpp821 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.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()
HDRecursiveASTVisitor.h3067 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td242 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2488 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3528 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2500 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp253 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp1332 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4443 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
HDCodeGenFunction.h3833 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
HDCGOpenMPRuntime.cpp1226 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9353 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
HDSemaOpenMP.cpp10878 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()