Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp580 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
584 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
617 OMPParallelForDirective *
618 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
620 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp977 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
H A DStmtPrinter.cpp797 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2094 class OMPParallelForDirective : public OMPLoopDirective {
2107 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
2117 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
2145 static OMPParallelForDirective *
2158 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2169 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2988 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td237 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2363 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3316 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2285 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp240 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3516 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGStmtOpenMP.cpp1311 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4340 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
H A DCGOpenMPRuntime.cpp1246 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2152 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
3070 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8744 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
H A DSemaOpenMP.cpp10824 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()