Home
last modified time | relevance | path

Searched refs:OMPDistributeSimdDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp1166 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1170 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective), in Create()
1176 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective( in Create()
1206 OMPDistributeSimdDirective *
1207 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1210 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective), in CreateEmpty()
1216 return new (Mem) OMPDistributeSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp721 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
DStmtPrinter.cpp1185 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2966 class OMPDistributeSimdDirective final : public OMPLoopDirective {
2976 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
2987 explicit OMPDistributeSimdDirective(unsigned CollapsedNum, in OMPDistributeSimdDirective() function
3004 static OMPDistributeSimdDirective *
3015 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2570 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1316 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1320 auto *Dir = createDirective<OMPDistributeSimdDirective>( in Create()
1351 OMPDistributeSimdDirective *
1352 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1355 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1053 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
DStmtPrinter.cpp887 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td233 def OMPDistributeSimdDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3829 class OMPDistributeSimdDirective final : public OMPLoopDirective {
3839 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
3849 explicit OMPDistributeSimdDirective(unsigned CollapsedNum) in OMPDistributeSimdDirective() function
3865 static OMPDistributeSimdDirective *
3876 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2910 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td263 def OMPDistributeSimdDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp292 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2508 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
DCGStmtOpenMP.cpp1893 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2517 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3391 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2455 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2759 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3463 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2464 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp329 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3440 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
DCGStmtOpenMP.cpp2825 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1976 void VisitOMPDistributeSimdDirective(const OMPDistributeSimdDirective *D);
2749 const OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2090 void VisitOMPDistributeSimdDirective(const OMPDistributeSimdDirective *D);
3036 const OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7181 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()

12