Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPDistributeSimdDirective

1166 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create(
1170 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective),
1176 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective(
1206 OMPDistributeSimdDirective *
1207 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C,
1210 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective),
1216 return new (Mem) OMPDistributeSimdDirective(CollapsedNum, NumClauses);