Searched refs:OMPForSimdDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 177 OMPForSimdDirective * 178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 183 llvm::alignTo(sizeof(OMPForSimdDirective), llvm::alignOf<OMPClause *>()); in Create() 187 OMPForSimdDirective *Dir = new (Mem) in Create() 188 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 222 llvm::alignTo(sizeof(OMPForSimdDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty() 226 return new (Mem) OMPForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 569 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { in VisitOMPForSimdDirective()
|
D | StmtPrinter.cpp | 1005 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { in VisitOMPForSimdDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 931 class OMPForSimdDirective : public OMPLoopDirective { 940 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function 950 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective() function 966 static OMPForSimdDirective * 978 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2472 DEF_TRAVERSE_STMT(OMPForSimdDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 201 def OMPForSimdDirective : DStmt<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 194 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2470 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
|
D | CGStmtOpenMP.cpp | 2127 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &S) { in EmitOMPForSimdDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2557 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective() 3282 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2240 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1941 void VisitOMPForSimdDirective(const OMPForSimdDirective *D); 2608 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5594 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
|
D | TreeTransform.h | 7256 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) { in TransformOMPForSimdDirective()
|