Searched refs:OMPTargetSimdDirective (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1769 OMPTargetSimdDirective * 1770 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1774 auto *Dir = createDirective<OMPTargetSimdDirective>( in Create() 1797 OMPTargetSimdDirective * 1798 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1800 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1173 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
|
| H A D | StmtPrinter.cpp | 1022 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 276 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 4785 class OMPTargetSimdDirective final : public OMPLoopDirective { 4795 OMPTargetSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetSimdDirective() function 4805 explicit OMPTargetSimdDirective(unsigned CollapsedNum) in OMPTargetSimdDirective() function 4821 static OMPTargetSimdDirective * 4832 static OMPTargetSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3108 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2584 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective() 3571 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2545 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3560 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S); 3610 const OMPTargetSimdDirective &S);
|
| H A D | CGStmt.cpp | 364 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 3172 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction() 3186 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
|
| H A D | CGOpenMPRuntime.cpp | 10552 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2202 void VisitOMPTargetSimdDirective(const OMPTargetSimdDirective *D); 3255 const OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9187 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
|
| H A D | SemaOpenMP.cpp | 14014 return OMPTargetSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()
|