Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1769 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 DStmtProfile.cpp1173 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
H A DStmtPrinter.cpp1022 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td276 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4785 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 DRecursiveASTVisitor.h3108 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2584 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
3571 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2545 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3560 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S);
3610 const OMPTargetSimdDirective &S);
H A DCGStmt.cpp364 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp3172 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction()
3186 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
H A DCGOpenMPRuntime.cpp10552 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2202 void VisitOMPTargetSimdDirective(const OMPTargetSimdDirective *D);
3255 const OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9187 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
H A DSemaOpenMP.cpp14014 return OMPTargetSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()