Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp957 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
961 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create()
994 OMPTargetParallelForDirective *
995 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
998 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1085 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp911 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3394 class OMPTargetParallelForDirective : public OMPLoopDirective {
3407 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
3417 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function
3445 static OMPTargetParallelForDirective *
3458 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3469 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3052 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td257 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2525 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3475 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2404 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3540 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3593 const OMPTargetParallelForDirective &S);
H A DCGStmtOpenMP.cpp1329 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7426 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
7444 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
7458 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
H A DCGStmt.cpp310 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1244 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10155 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2184 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
3189 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9085 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp13087 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()