Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h733 class OMPForSimdDirective : public OMPLoopDirective {
742 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function
752 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective() function
768 static OMPForSimdDirective *
780 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
H A DDataRecursiveASTVisitor.h2316 DEF_TRAVERSE_STMT(OMPForSimdDirective,
H A DRecursiveASTVisitor.h2338 DEF_TRAVERSE_STMT(OMPForSimdDirective,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1571 OMPForSimdDirective *
1572 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1576 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in Create()
1581 OMPForSimdDirective *Dir = new (Mem) in Create()
1582 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1605 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1609 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in CreateEmpty()
1614 return new (Mem) OMPForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp407 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { in VisitOMPForSimdDirective()
H A DStmtPrinter.cpp839 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { in VisitOMPForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td187 def OMPForSimdDirective : DStmt<OMPLoopDirective>;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp610 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &) { in EmitOMPForSimdDirective() argument
H A DCGStmt.cpp189 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2011 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2045 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
2655 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp1922 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1870 void VisitOMPForSimdDirective(const OMPForSimdDirective *D);
2362 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3002 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
H A DTreeTransform.h6706 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) { in TransformOMPForSimdDirective()