Home
last modified time | relevance | path

Searched refs:OMPDistributeSimdDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1170 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1175 llvm::alignTo(sizeof(OMPDistributeSimdDirective), alignof(OMPClause *)); in Create()
1180 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective( in Create()
1208 OMPDistributeSimdDirective *
1209 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1213 llvm::alignTo(sizeof(OMPDistributeSimdDirective), alignof(OMPClause *)); in CreateEmpty()
1218 return new (Mem) OMPDistributeSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp939 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
H A DStmtPrinter.cpp836 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h3248 class OMPDistributeSimdDirective final : public OMPLoopDirective {
3258 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
3269 explicit OMPDistributeSimdDirective(unsigned CollapsedNum, in OMPDistributeSimdDirective() function
3286 static OMPDistributeSimdDirective *
3297 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2746 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td242 def OMPDistributeSimdDirective : DStmt<OMPLoopDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2209 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3028 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2193 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp301 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3149 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
H A DCGStmtOpenMP.cpp2180 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8144 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()
H A DSemaOpenMP.cpp7631 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()