Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2532 OMPTargetParallelGenericLoopDirective *
2533 OMPTargetParallelGenericLoopDirective::Create( in Create()
2537 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()
2568 OMPTargetParallelGenericLoopDirective *
2569 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2573 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1301 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
H A DStmtPrinter.cpp1135 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td296 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6237 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {
6246 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function
6257 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function
6273 static OMPTargetParallelGenericLoopDirective *
6285 static OMPTargetParallelGenericLoopDirective *
H A DRecursiveASTVisitor.h3168 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2775 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3835 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2823 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3670 const OMPTargetParallelGenericLoopDirective &S);
3722 const OMPTargetParallelGenericLoopDirective &S);
H A DCGStmt.cpp433 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp7974 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()
7991 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()
8007 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
H A DCGOpenMPRuntime.cpp9767 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9672 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10993 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()