Home
last modified time | relevance | path

Searched refs:OMPTargetSimdDirective (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1470 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 DStmtProfile.cpp1112 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
H A DStmtPrinter.cpp906 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h4255 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 DRecursiveASTVisitor.h2956 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td268 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2541 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
3449 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2483 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3496 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S);
3544 const OMPTargetSimdDirective &S);
H A DCGStmt.cpp344 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp3011 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction()
3025 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
H A DCGOpenMPRuntime.cpp10401 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2097 void VisitOMPTargetSimdDirective(const OMPTargetSimdDirective *D);
3089 const OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8982 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
H A DSemaOpenMP.cpp12082 return OMPTargetSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()