Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp942 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 DStmtProfile.cpp1067 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp905 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3393 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 DRecursiveASTVisitor.h3054 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td256 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2478 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3423 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2370 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3537 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3590 const OMPTargetParallelForDirective &S);
H A DCGStmtOpenMP.cpp1327 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 DCGStmt.cpp306 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1248 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 DCIndex.cpp2176 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
3163 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8964 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp12947 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()