Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1014 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
1018 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create()
1051 OMPTargetParallelForDirective *
1052 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1055 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1124 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp934 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3466 class OMPTargetParallelForDirective : public OMPLoopDirective {
3479 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
3489 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function
3517 static OMPTargetParallelForDirective *
3530 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3541 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3133 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td261 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2610 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3640 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2585 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1348 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7578 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
7596 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
7610 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
H A DCodeGenFunction.h3855 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3915 const OMPTargetParallelForDirective &S);
H A DCGStmt.cpp322 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1228 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9803 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9584 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp12994 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()