Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp488 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
492 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
525 OMPParallelForDirective *
526 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
528 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp941 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
H A DStmtPrinter.cpp711 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1994 class OMPParallelForDirective : public OMPLoopDirective {
2007 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
2017 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
2045 static OMPParallelForDirective *
2058 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2069 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2851 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td233 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2351 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3232 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2258 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp233 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1319 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4084 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
H A DCodeGenFunction.h3452 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1263 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2055 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
2929 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8595 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
H A DSemaOpenMP.cpp10001 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()