Searched refs:OMPTargetSimdDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1880 OMPTargetSimdDirective * 1881 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1885 auto *Dir = createDirective<OMPTargetSimdDirective>( in Create() 1908 OMPTargetSimdDirective * 1909 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1911 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1266 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
|
| H A D | StmtPrinter.cpp | 1076 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 283 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 4841 class OMPTargetSimdDirective final : public OMPLoopDirective { 4851 OMPTargetSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetSimdDirective() function 4861 explicit OMPTargetSimdDirective(unsigned CollapsedNum) in OMPTargetSimdDirective() function 4877 static OMPTargetSimdDirective * 4888 static OMPTargetSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3242 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2744 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective() 3925 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2802 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3923 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S); 3981 const OMPTargetSimdDirective &S);
|
| H A D | CGStmt.cpp | 388 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 3419 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction() 3433 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
|
| H A D | CGOpenMPRuntime.cpp | 9883 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10241 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
|
| H A D | SemaOpenMP.cpp | 13897 return OMPTargetSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()
|