Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1259 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1263 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1309 OMPDistributeParallelForDirective *
1310 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1314 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1092 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp883 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3961 class OMPDistributeParallelForDirective : public OMPLoopDirective {
3973 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
3984 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
4012 static OMPDistributeParallelForDirective *
4025 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
4036 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2944 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td264 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2521 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3416 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2459 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp330 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1339 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
2961 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
2982 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3490 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1267 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2091 const OMPDistributeParallelForDirective *D);
3069 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8937 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp11857 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()