Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp969 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create()
973 auto *Dir = createDirective<OMPTaskLoopDirective>( in Create()
1004 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1008 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1054 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
H A DStmtPrinter.cpp842 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td259 def OMPTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3448 class OMPTaskLoopDirective : public OMPLoopDirective {
3460 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function
3469 explicit OMPTaskLoopDirective(unsigned CollapsedNum) in OMPTaskLoopDirective() function
3488 static OMPTaskLoopDirective *
3500 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2952 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2494 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
3385 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2426 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp305 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3480 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7018 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1336 else if (const auto *TD = dyn_cast<OMPTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8893 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in TransformOMPTaskLoopDirective()
H A DSemaOpenMP.cpp11543 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()