Searched refs:OMPForDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1649 class OMPForDirective : public OMPLoopDirective { 1661 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() function 1670 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() function 1697 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1711 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1720 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2971 DEF_TRAVERSE_STMT(OMPForDirective,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 336 OMPForDirective *OMPForDirective::Create( in Create() 341 auto *Dir = createDirective<OMPForDirective>( in Create() 400 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 404 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 986 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective()
|
| H A D | StmtPrinter.cpp | 763 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 231 def OMPForDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2418 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() 3407 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2401 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 222 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 1301 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 3843 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder() 3892 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective()
|
| H A D | CodeGenFunction.h | 3597 void EmitOMPForDirective(const OMPForDirective &S);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8937 TreeTransform<Derived>::TransformOMPForDirective(OMPForDirective *D) { in TransformOMPForDirective()
|
| H A D | SemaOpenMP.cpp | 10585 auto *ForDirective = OMPForDirective::Create( in ActOnOpenMPForDirective()
|