Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DStmtOpenMP.cpp347 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
351 unsigned Size = llvm::alignTo(sizeof(OMPParallelForDirective), in Create()
356 OMPParallelForDirective *Dir = new (Mem) in Create()
357 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
387 OMPParallelForDirective *
388 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
390 unsigned Size = llvm::alignTo(sizeof(OMPParallelForDirective), in CreateEmpty()
395 return new (Mem) OMPParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp595 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
DStmtPrinter.cpp1041 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1302 class OMPParallelForDirective : public OMPLoopDirective {
1315 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
1326 explicit OMPParallelForDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPParallelForDirective() function
1347 static OMPParallelForDirective *
1359 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2492 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp424 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
428 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
461 OMPParallelForDirective *
462 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
464 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
DStmtProfile.cpp892 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
DStmtPrinter.cpp703 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1701 class OMPParallelForDirective : public OMPLoopDirective {
1714 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
1724 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
1752 static OMPParallelForDirective *
1765 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
1776 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2811 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td207 def OMPParallelForDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td230 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp212 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2476 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
DCGStmtOpenMP.cpp2374 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
DCGOpenMPRuntime.cpp853 else if (auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2336 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3190 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2241 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2595 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3313 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2281 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp225 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp1296 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3707 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
DCodeGenFunction.h3399 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1947 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
2634 EnqueueVisitor::VisitOMPParallelForDirective(const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2051 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
2886 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()

12