Searched refs:OMPTargetParallelForDirective (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 942 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 946 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create() 979 OMPTargetParallelForDirective * 980 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 983 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1067 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
| H A D | StmtPrinter.cpp | 905 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3393 class OMPTargetParallelForDirective : public OMPLoopDirective { 3406 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 3416 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function 3444 static OMPTargetParallelForDirective * 3457 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C, 3468 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 3054 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 256 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2478 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3423 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2370 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3537 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3590 const OMPTargetParallelForDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 1327 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 7450 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion() 7468 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction() 7482 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
| H A D | CGStmt.cpp | 306 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
| H A D | CGOpenMPRuntime.cpp | 1248 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() 10544 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2176 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D); 3163 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8964 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
| H A D | SemaOpenMP.cpp | 12947 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()
|