Home
last modified time | relevance | path

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

/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/clang/include/clang/Basic/
DStmtNodes.td208 def OMPParallelForSimdDirective : DStmt<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/clang/lib/Serialization/
DASTReaderStmt.cpp2601 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2288 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5853 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
DTreeTransform.h7332 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()