Searched refs:OMPTargetParallelForDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 864 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 868 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create() 901 OMPTargetParallelForDirective * 902 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 905 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1037 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
| H A D | StmtPrinter.cpp | 819 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3182 class OMPTargetParallelForDirective : public OMPLoopDirective { 3195 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 3205 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function 3233 static OMPTargetParallelForDirective * 3246 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C, 3257 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2943 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 254 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2471 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3358 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2351 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1343 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 6770 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion() 6788 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction() 6802 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
| H A D | CodeGenFunction.h | 3474 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3525 const OMPTargetParallelForDirective &S);
|
| H A D | CGStmt.cpp | 302 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
| H A D | CGOpenMPRuntime.cpp | 1269 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() 10585 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8838 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
| H A D | SemaOpenMP.cpp | 11274 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()
|