Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp808 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
812 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
819 OMPTargetParallelDirective *
820 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
822 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1021 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp807 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3069 class OMPTargetParallelDirective : public OMPExecutableDirective {
3080 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3087 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3109 static OMPTargetParallelDirective *
3120 static OMPTargetParallelDirective *
3128 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2911 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td251 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2450 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3326 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2327 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1331 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
6690 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
6716 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
6729 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCodeGenFunction.h3471 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3520 const OMPTargetParallelDirective &S);
H A DCGStmt.cpp296 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1259 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10377 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2076 void VisitOMPTargetParallelDirective(const OMPTargetParallelDirective *D);
3012 const OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8793 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp11185 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()