Searched refs:OMPSimdDirective (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp51 void CodeGenFunction::EmitOMPSimdDirective(const OMPSimdDirective &S) {
H A DCGStmt.cpp183 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S));
H A DCodeGenFunction.h1901 void EmitOMPSimdDirective(const OMPSimdDirective &S);
/external/clang/include/clang/AST/
H A DStmtOpenMP.h239 class OMPSimdDirective : public OMPExecutableDirective { class in namespace:clang
250 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPSimdDirective
261 explicit OMPSimdDirective(unsigned CollapsedNum, unsigned NumClauses) function in class:clang::OMPSimdDirective
277 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc,
289 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
H A DDataRecursiveASTVisitor.h2285 DEF_TRAVERSE_STMT(OMPSimdDirective,
H A DRecursiveASTVisitor.h2307 DEF_TRAVERSE_STMT(OMPSimdDirective,
/external/clang/lib/AST/
H A DStmt.cpp1359 OMPSimdDirective *
1360 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
1363 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective),
1367 OMPSimdDirective *Dir = new (Mem)
1368 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
1374 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
1378 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective),
1382 return new (Mem) OMPSimdDirective(CollapsedNum, NumClauses);
H A DStmtPrinter.cpp793 void StmtPrinter::VisitOMPSimdDirective(OMPSimdDirective *Node) {
H A DStmtProfile.cpp363 void StmtProfiler::VisitOMPSimdDirective(const OMPSimdDirective *S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1913 void ASTStmtReader::VisitOMPSimdDirective(OMPSimdDirective *D) {
2446 S = OMPSimdDirective::CreateEmpty(Context, NumClauses,
H A DASTWriterStmt.cpp1818 void ASTStmtWriter::VisitOMPSimdDirective(OMPSimdDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1858 void VisitOMPSimdDirective(const OMPSimdDirective *D);
2296 void EnqueueVisitor::VisitOMPSimdDirective(const OMPSimdDirective *D) {
4001 return cxstring::createRef("OMPSimdDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1769 return OMPSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount,
H A DTreeTransform.h6433 TreeTransform<Derived>::TransformOMPSimdDirective(OMPSimdDirective *D) {

Completed in 1320 milliseconds