Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h758 class OMPForSimdDirective : public OMPLoopDirective {
767 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function
777 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective() function
793 static OMPForSimdDirective *
805 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
DDataRecursiveASTVisitor.h2318 DEF_TRAVERSE_STMT(OMPForSimdDirective,
DRecursiveASTVisitor.h2348 DEF_TRAVERSE_STMT(OMPForSimdDirective,
/external/clang/lib/AST/
DStmt.cpp1709 OMPForSimdDirective *
1710 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1714 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in Create()
1719 OMPForSimdDirective *Dir = new (Mem) in Create()
1720 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1743 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1747 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForSimdDirective), in CreateEmpty()
1752 return new (Mem) OMPForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp453 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { in VisitOMPForSimdDirective()
DStmtPrinter.cpp839 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { in VisitOMPForSimdDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td187 def OMPForSimdDirective : DStmt<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1097 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &) { in EmitOMPForSimdDirective() argument
DCGStmt.cpp187 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2123 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2110 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
2724 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
DASTWriterStmt.cpp1960 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1869 void VisitOMPForSimdDirective(const OMPForSimdDirective *D);
2423 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3055 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
DTreeTransform.h6738 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) { in TransformOMPForSimdDirective()