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.cpp1052 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
1056 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create()
1089 OMPTargetParallelForDirective *
1090 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1093 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1160 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp955 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3449 class OMPTargetParallelForDirective : public OMPLoopDirective {
3462 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
3472 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function
3500 static OMPTargetParallelForDirective *
3513 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3524 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3188 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td262 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1386 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7798 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
7816 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
7830 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
H A DCodeGenFunction.h3893 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3961 const OMPTargetParallelForDirective &S);
H A DCGStmt.cpp328 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1223 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9875 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2638 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3777 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2614 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10018 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp13101 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()