Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3382 class OMPTargetParallelDirective : public OMPExecutableDirective {
3393 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3400 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3422 static OMPTargetParallelDirective *
3433 static OMPTargetParallelDirective *
3441 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3060 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp958 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
962 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
969 OMPTargetParallelDirective *
970 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
972 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1108 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp915 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td256 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2575 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3556 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2528 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3625 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3683 const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp1319 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7459 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
7485 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
7498 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCGStmt.cpp309 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1220 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9724 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9244 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp13309 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()