Searched refs:OMPTargetParallelForDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3462 class OMPTargetParallelForDirective : public OMPLoopDirective { 3475 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 3485 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function 3513 static OMPTargetParallelForDirective * 3526 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C, 3537 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 3063 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 976 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 980 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create() 1013 OMPTargetParallelForDirective * 1014 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1017 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1113 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
| H A D | StmtPrinter.cpp | 921 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 257 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2582 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3563 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2536 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3627 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3687 const OMPTargetParallelForDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 1323 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 7506 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion() 7524 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction() 7538 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
| H A D | CGStmt.cpp | 312 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
| H A D | CGOpenMPRuntime.cpp | 1226 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() 9740 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9255 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
| H A D | SemaOpenMP.cpp | 13363 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()
|