Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp996 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
1000 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
1007 OMPTargetParallelDirective *
1008 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1010 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1119 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp928 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3386 class OMPTargetParallelDirective : public OMPExecutableDirective {
3397 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3404 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3426 static OMPTargetParallelDirective *
3437 static OMPTargetParallelDirective *
3445 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3130 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td260 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2603 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3633 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2577 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1344 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7531 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
7557 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
7570 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCodeGenFunction.h3853 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3911 const OMPTargetParallelDirective &S);
H A DCGStmt.cpp319 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1222 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9787 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9573 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp12967 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()