Searched refs:OMPForDirective (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 336 OMPForDirective *OMPForDirective::Create( in Create() 340 auto *Dir = createDirective<OMPForDirective>( in Create() 398 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 402 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 947 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { in VisitOMPForDirective()
|
| H A D | StmtPrinter.cpp | 757 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { in VisitOMPForDirective()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1632 class OMPForDirective : public OMPLoopDirective { 1644 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() function 1653 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() function 1680 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 1693 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1702 return const_cast<OMPForDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2965 DEF_TRAVERSE_STMT(OMPForDirective,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 230 def OMPForDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2326 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective() 3277 S = OMPForDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2241 void ASTStmtWriter::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 219 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 1305 TaskRedRef = cast<OMPForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 3785 static bool isSupportedByOpenMPIRBuilder(const OMPForDirective &S) { in isSupportedByOpenMPIRBuilder() 3834 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective()
|
| H A D | CodeGenFunction.h | 3508 void EmitOMPForDirective(const OMPForDirective &S);
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2145 void VisitOMPForDirective(const OMPForDirective *D); 3040 void EnqueueVisitor::VisitOMPForDirective(const OMPForDirective *D) { in VisitOMPForDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8668 TreeTransform<Derived>::TransformOMPForDirective(OMPForDirective *D) { in TransformOMPForDirective()
|
| H A D | SemaOpenMP.cpp | 10264 return OMPForDirective::Create( in ActOnOpenMPForDirective()
|