Searched refs:OMPTargetSimdDirective (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1470 OMPTargetSimdDirective * 1471 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1475 auto *Dir = createDirective<OMPTargetSimdDirective>( in Create() 1498 OMPTargetSimdDirective * 1499 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1501 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1112 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
|
| H A D | StmtPrinter.cpp | 906 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 4255 class OMPTargetSimdDirective final : public OMPLoopDirective { 4265 OMPTargetSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetSimdDirective() function 4275 explicit OMPTargetSimdDirective(unsigned CollapsedNum) in OMPTargetSimdDirective() function 4291 static OMPTargetSimdDirective * 4302 static OMPTargetSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2956 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 268 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2541 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective() 3449 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2483 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3496 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S); 3544 const OMPTargetSimdDirective &S);
|
| H A D | CGStmt.cpp | 344 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 3011 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction() 3025 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
|
| H A D | CGOpenMPRuntime.cpp | 10401 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2097 void VisitOMPTargetSimdDirective(const OMPTargetSimdDirective *D); 3089 const OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8982 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
|
| H A D | SemaOpenMP.cpp | 12082 return OMPTargetSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()
|