Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h1169 class OMPParallelForSimdDirective : public OMPLoopDirective {
1178 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1189 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function
1206 static OMPParallelForSimdDirective *
1218 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
HDDataRecursiveASTVisitor.h2369 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
HDRecursiveASTVisitor.h2401 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1942 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
1946 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in Create()
1951 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create()
1976 OMPParallelForSimdDirective *
1977 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1980 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForSimdDirective), in CreateEmpty()
1985 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
HDStmtProfile.cpp491 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
HDStmtPrinter.cpp893 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDStmtNodes.td196 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2178 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
2817 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2029 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp208 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
HDCGStmtOpenMP.cpp1457 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
HDCodeGenFunction.h2205 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp3715 return OMPParallelForSimdDirective::Create( in ActOnOpenMPParallelForSimdDirective()
HDTreeTransform.h6998 OMPParallelForSimdDirective *D) { in TransformOMPParallelForSimdDirective()