Lines Matching refs:OMPClause
20 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) { in setClauses()
59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create()
61 llvm::alignOf<OMPClause *>()); in Create()
63 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
76 llvm::alignOf<OMPClause *>()); in CreateEmpty()
78 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
88 llvm::alignOf<OMPClause *>()); in Create()
90 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
116 llvm::alignOf<OMPClause *>()); in CreateEmpty()
118 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
126 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
129 llvm::alignOf<OMPClause *>()); in Create()
131 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
165 llvm::alignOf<OMPClause *>()); in CreateEmpty()
167 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
175 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
178 llvm::alignOf<OMPClause *>()); in Create()
180 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
213 llvm::alignOf<OMPClause *>()); in CreateEmpty()
215 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
222 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create()
224 llvm::alignOf<OMPClause *>()); in Create()
226 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
239 llvm::alignOf<OMPClause *>()); in CreateEmpty()
241 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
270 ArrayRef<OMPClause *> Clauses, in Create()
273 llvm::alignOf<OMPClause *>()); in Create()
275 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
287 llvm::alignOf<OMPClause *>()); in CreateEmpty()
289 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
316 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
318 llvm::alignOf<OMPClause *>()); in Create()
320 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
332 llvm::alignOf<OMPClause *>()); in CreateEmpty()
334 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
340 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
343 llvm::alignOf<OMPClause *>()); in Create()
344 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
378 llvm::alignOf<OMPClause *>()); in CreateEmpty()
379 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
387 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
390 llvm::alignOf<OMPClause *>()); in Create()
392 Size + sizeof(OMPClause *) * Clauses.size() + in Create()
425 llvm::alignOf<OMPClause *>()); in CreateEmpty()
427 Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
434 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) { in Create()
436 llvm::alignOf<OMPClause *>()); in Create()
438 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
451 llvm::alignOf<OMPClause *>()); in CreateEmpty()
453 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
459 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create()
462 llvm::alignOf<OMPClause *>()); in Create()
464 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
477 llvm::alignOf<OMPClause *>()); in CreateEmpty()
479 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
569 SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, in Create()
572 sizeof(OMPCancelDirective) + sizeof(OMPClause *) * Clauses.size(), in Create()
586 sizeof(OMPClause *) * NumClauses, in CreateEmpty()
595 ArrayRef<OMPClause *> Clauses) { in Create()
597 llvm::alignOf<OMPClause *>()); in Create()
598 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size()); in Create()
609 llvm::alignOf<OMPClause *>()); in CreateEmpty()
610 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * NumClauses); in CreateEmpty()
617 ArrayRef<OMPClause *> Clauses, in Create()
620 llvm::alignOf<OMPClause *>()); in Create()
622 C.Allocate(Size + sizeof(Stmt *) + sizeof(OMPClause *) * Clauses.size()); in Create()
634 llvm::alignOf<OMPClause *>()); in CreateEmpty()
636 C.Allocate(Size + sizeof(Stmt *) + sizeof(OMPClause *) * NumClauses); in CreateEmpty()
642 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, Expr *X, Expr *V, in Create()
645 llvm::alignOf<OMPClause *>()); in Create()
646 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
665 llvm::alignOf<OMPClause *>()); in CreateEmpty()
667 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + 5 * sizeof(Stmt *)); in CreateEmpty()
674 ArrayRef<OMPClause *> Clauses, in Create()
677 llvm::alignOf<OMPClause *>()); in Create()
679 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
691 llvm::alignOf<OMPClause *>()); in CreateEmpty()
693 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
699 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) { in Create()
702 llvm::alignOf<OMPClause *>()) + in Create()
703 sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
716 llvm::alignOf<OMPClause *>()) + in CreateEmpty()
717 sizeof(OMPClause *) * N + sizeof(Stmt *)); in CreateEmpty()
724 ArrayRef<OMPClause *> Clauses, in Create()
727 llvm::alignOf<OMPClause *>()); in Create()
729 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *)); in Create()
741 llvm::alignOf<OMPClause *>()); in CreateEmpty()
743 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + sizeof(Stmt *)); in CreateEmpty()
749 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
752 llvm::alignOf<OMPClause *>()); in Create()
754 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
787 llvm::alignOf<OMPClause *>()); in CreateEmpty()
789 C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
796 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
799 llvm::alignOf<OMPClause *>()); in Create()
800 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
833 llvm::alignOf<OMPClause *>()); in CreateEmpty()
834 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()
842 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
845 llvm::alignOf<OMPClause *>()); in Create()
846 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + in Create()
879 llvm::alignOf<OMPClause *>()); in CreateEmpty()
880 void *Mem = C.Allocate(Size + sizeof(OMPClause *) * NumClauses + in CreateEmpty()