Home
last modified time | relevance | path

Searched refs:OMPTaskLoopSimdDirective (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1106 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( in Create()
1110 auto *Dir = createDirective<OMPTaskLoopSimdDirective>( in Create()
1141 OMPTaskLoopSimdDirective *
1142 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1144 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1107 const OMPTaskLoopSimdDirective *S) { in VisitOMPTaskLoopSimdDirective()
H A DStmtPrinter.cpp940 OMPTaskLoopSimdDirective *Node) { in VisitOMPTaskLoopSimdDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td263 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3733 class OMPTaskLoopSimdDirective : public OMPLoopDirective {
3742 OMPTaskLoopSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopSimdDirective() function
3752 explicit OMPTaskLoopSimdDirective(unsigned CollapsedNum) in OMPTaskLoopSimdDirective() function
3768 static OMPTaskLoopSimdDirective *
3780 static OMPTaskLoopSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3064 DEF_TRAVERSE_STMT(OMPTaskLoopSimdDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2553 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
3510 S = OMPTaskLoopSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2493 void ASTStmtWriter::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp316 EmitOMPTaskLoopSimdDirective(cast<OMPTaskLoopSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3547 void EmitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp7681 const OMPTaskLoopSimdDirective &S) { in EmitOMPTaskLoopSimdDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2187 void VisitOMPTaskLoopSimdDirective(const OMPTaskLoopSimdDirective *D);
3211 const OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9151 OMPTaskLoopSimdDirective *D) { in TransformOMPTaskLoopSimdDirective()
H A DSemaOpenMP.cpp13433 return OMPTaskLoopSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopSimdDirective()