Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1573 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1577 auto *Dir = createDirective<OMPDistributeParallelForDirective>( in Create()
1623 OMPDistributeParallelForDirective *
1624 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1628 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1171 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
H A DStmtPrinter.cpp1005 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4492 class OMPDistributeParallelForDirective : public OMPLoopDirective {
4504 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
4515 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum) in OMPDistributeParallelForDirective() function
4543 static OMPDistributeParallelForDirective *
4556 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
4567 return const_cast<OMPDistributeParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3094 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td273 def OMPDistributeParallelForDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2611 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3590 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2562 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp354 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1333 cast<OMPDistributeParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3180 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) in emitInnerParallelForWhenCombined()
3201 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
H A DCodeGenFunction.h3557 const OMPDistributeParallelForDirective &S);
H A DCGOpenMPRuntime.cpp1246 else if (const auto *OPFD = dyn_cast<OMPDistributeParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2204 const OMPDistributeParallelForDirective *D);
3261 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9263 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()
H A DSemaOpenMP.cpp13929 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()