Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp846 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
850 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
857 OMPTargetParallelDirective *
858 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
860 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1032 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp813 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3102 class OMPTargetParallelDirective : public OMPExecutableDirective {
3113 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3120 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3142 static OMPTargetParallelDirective *
3153 static OMPTargetParallelDirective *
3161 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2940 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td253 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2464 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3351 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2343 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1339 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
6723 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
6749 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
6762 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCodeGenFunction.h3472 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3521 const OMPTargetParallelDirective &S);
H A DCGStmt.cpp299 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1263 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10569 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8827 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp11220 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()