Searched refs:OMPTargetSimdDirective (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1842 OMPTargetSimdDirective * 1843 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1847 auto *Dir = createDirective<OMPTargetSimdDirective>( in Create() 1870 OMPTargetSimdDirective * 1871 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1873 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1230 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
|
H A D | StmtPrinter.cpp | 1051 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 282 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 4859 class OMPTargetSimdDirective final : public OMPLoopDirective { 4869 OMPTargetSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetSimdDirective() function 4879 explicit OMPTargetSimdDirective(unsigned CollapsedNum) in OMPTargetSimdDirective() function 4895 static OMPTargetSimdDirective * 4906 static OMPTargetSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3187 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2716 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective() 3788 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2767 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 3878 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S); 3935 const OMPTargetSimdDirective &S);
|
H A D | CGStmt.cpp | 380 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
|
H A D | CGStmtOpenMP.cpp | 3275 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction() 3289 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
|
H A D | CGOpenMPRuntime.cpp | 9811 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9807 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
|
H A D | SemaOpenMP.cpp | 13759 return OMPTargetSimdDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()
|