Home
last modified time | relevance | path

Searched refs:OMPParallelForSimdDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in Create()
407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create()
437 OMPParallelForSimdDirective *
438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in CreateEmpty()
446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp600 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
DStmtPrinter.cpp1047 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1382 class OMPParallelForSimdDirective : public OMPLoopDirective {
1391 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1402 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function
1419 static OMPParallelForSimdDirective *
1431 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2495 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp469 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
473 auto *Dir = createDirective<OMPParallelForSimdDirective>( in Create()
504 OMPParallelForSimdDirective *
505 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
508 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
DStmtProfile.cpp897 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
DStmtPrinter.cpp709 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td208 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1798 class OMPParallelForSimdDirective : public OMPLoopDirective {
1807 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1817 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
1833 static OMPParallelForSimdDirective *
1845 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2814 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td231 def OMPParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2477 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
DCGStmtOpenMP.cpp2384 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2342 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3198 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2248 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2601 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2288 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp228 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3400 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
DCGStmtOpenMP.cpp3725 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2052 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2891 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5853 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()

12