Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp924 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( in Create()
928 auto *Dir = createDirective<OMPTargetParallelDirective>( in Create()
935 OMPTargetParallelDirective *
936 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
938 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
H A DStmtProfile.cpp1062 const OMPTargetParallelDirective *S) { in VisitOMPTargetParallelDirective()
H A DStmtPrinter.cpp899 OMPTargetParallelDirective *Node) { in VisitOMPTargetParallelDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3313 class OMPTargetParallelDirective : public OMPExecutableDirective {
3324 OMPTargetParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetParallelDirective() function
3331 explicit OMPTargetParallelDirective() in OMPTargetParallelDirective() function
3353 static OMPTargetParallelDirective *
3364 static OMPTargetParallelDirective *
3372 return const_cast<OMPTargetParallelDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3051 DEF_TRAVERSE_STMT(OMPTargetParallelDirective,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td255 def OMPTargetParallelDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2471 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
3416 S = OMPTargetParallelDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2362 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3535 void EmitOMPTargetParallelDirective(const OMPTargetParallelDirective &S);
3586 const OMPTargetParallelDirective &S);
H A DCGStmtOpenMP.cpp1323 cast<OMPTargetParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
7403 const OMPTargetParallelDirective &S, in emitTargetParallelRegion()
7429 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDeviceFunction()
7442 const OMPTargetParallelDirective &S) { in EmitOMPTargetParallelDirective()
H A DCGStmt.cpp303 EmitOMPTargetParallelDirective(cast<OMPTargetParallelDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1242 else if (const auto *OPD = dyn_cast<OMPTargetParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10528 CGM, ParentName, cast<OMPTargetParallelDirective>(E)); in scanForTargetRegionsFunctions()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2174 void VisitOMPTargetParallelDirective(const OMPTargetParallelDirective *D);
3158 const OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8953 OMPTargetParallelDirective *D) { in TransformOMPTargetParallelDirective()
H A DSemaOpenMP.cpp12893 return OMPTargetParallelDirective::Create( in ActOnOpenMPTargetParallelDirective()