Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp939 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
943 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
950 OMPTargetParallelDirective *
951 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
953 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1080 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp905 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3314 class OMPTargetParallelDirective : public OMPExecutableDirective {
3325 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3332 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3354 static OMPTargetParallelDirective *
3365 static OMPTargetParallelDirective *
3373 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3049 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td256 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2518 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3468 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2396 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3538 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3589 const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp1325 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7379 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
7405 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
7418 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCGStmt.cpp307 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1238 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10139 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2182 void VisitOMPTargetParallelDirective(const OMPTargetParallelDirective *D);
3184 const OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9074 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp13033 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()