Home
last modified time | relevance | path

Searched refs:OMPDistributeParallelForDirective (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp1054 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1058 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in Create()
1064 OMPDistributeParallelForDirective *Dir = in Create()
1065 new (Mem) OMPDistributeParallelForDirective(StartLoc, EndLoc, in Create()
1095 OMPDistributeParallelForDirective *
1096 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1100 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in CreateEmpty()
1106 return new (Mem) OMPDistributeParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp711 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
DStmtPrinter.cpp1173 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2827 class OMPDistributeParallelForDirective : public OMPLoopDirective {
2837 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
2849 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum, in OMPDistributeParallelForDirective() function
2866 static OMPDistributeParallelForDirective *
2878 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2564 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1195 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1199 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1245 OMPDistributeParallelForDirective *
1246 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1250 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
DStmtProfile.cpp1043 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
DStmtPrinter.cpp875 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3668 class OMPDistributeParallelForDirective : public OMPLoopDirective {
3680 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
3691 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
3719 static OMPDistributeParallelForDirective *
3732 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
3743 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2904 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td231 def OMPDistributeParallelForDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td261 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp285 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2505 const OMPDistributeParallelForDirective &S);
DCGStmtOpenMP.cpp1869 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2506 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3374 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2442 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2749 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3446 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2452 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp322 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp1316 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
2784 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
2805 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
DCodeGenFunction.h3437 const OMPDistributeParallelForDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1973 const OMPDistributeParallelForDirective *D);
2739 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2087 const OMPDistributeParallelForDirective *D);
3026 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7115 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()

12