Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2571 OMPTargetParallelGenericLoopDirective *
2572 OMPTargetParallelGenericLoopDirective::Create( in Create()
2576 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()
2607 OMPTargetParallelGenericLoopDirective *
2608 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2612 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1312 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
H A DStmtPrinter.cpp1148 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td300 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6388 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {
6397 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function
6408 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function
6424 static OMPTargetParallelGenericLoopDirective *
6436 static OMPTargetParallelGenericLoopDirective *
H A DRecursiveASTVisitor.h3238 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2804 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
3912 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2873 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3898 const OMPTargetParallelGenericLoopDirective &S);
3950 const OMPTargetParallelGenericLoopDirective &S);
H A DCGStmt.cpp444 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp8096 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()
8113 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()
8129 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
H A DCGOpenMPRuntime.cpp9830 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10001 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10740 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()