Searched refs:OMPOrderedClause (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp268 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num,
275 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc);
283 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C,
286 auto *Clause = new (Mem) OMPOrderedClause(NumLoops);
294 void OMPOrderedClause::setLoopNumIterations(unsigned NumLoop,
300 ArrayRef<Expr *> OMPOrderedClause::getLoopNumIterations() const {
304 void OMPOrderedClause::setLoopCounter(unsigned NumLoop, Expr *Counter) {
309 Expr *OMPOrderedClause
[all...]
H A DStmtProfile.cpp499 void OMPClauseProfiler::VisitOMPOrderedClause(const OMPOrderedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1474 class OMPOrderedClause final
1476 private llvm::TrailingObjects<OMPOrderedClause, Expr *> {
1496 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, function in class:clang::final
1502 explicit OMPOrderedClause(unsigned NumLoops) function in class:clang::final
1517 static OMPOrderedClause *Create(const ASTContext &C, Expr *Num,
1523 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops);
H A DRecursiveASTVisitor.h3078 bool RecursiveASTVisitor<Derived>::VisitOMPOrderedClause(OMPOrderedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1713 for (const auto *C : S.getClausesOfKind<OMPOrderedClause>()) {
2538 if (const auto *OrderedClause = S.getSingleClause<OMPOrderedClause>()) {
5485 for (const auto *C : D.getClausesOfKind<OMPOrderedClause>()) {
H A DCGOpenMPRuntimeNVPTX.cpp904 return !D.hasClausesOfKind<OMPOrderedClause>() &&
H A DCGOpenMPRuntime.cpp3504 S.getClausesOfKind<OMPOrderedClause>(),
3505 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp146 llvm::Optional<std::pair<const Expr *, OMPOrderedClause *>> OrderedRegion;
684 OMPOrderedClause *Clause) {
698 std::pair<const Expr *, OMPOrderedClause *> getOrderedRegionParam() const {
712 std::pair<const Expr *, OMPOrderedClause *>
3856 OMPOrderedClause *OC = nullptr;
3896 OC = cast<OMPOrderedClause>(Clause);
7970 OMPExecutableDirective::getClausesOfKind<OMPOrderedClause>(Clauses);
11842 auto *Clause = OMPOrderedClause::Create(
H A DTreeTransform.h8728 TreeTransform<Derived>::TransformOMPOrderedClause(OMPOrderedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6124 void OMPClauseWriter::VisitOMPOrderedClause(OMPOrderedClause *C) {
H A DASTReader.cpp11554 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt());
11814 void OMPClauseReader::VisitOMPOrderedClause(OMPOrderedClause *C) {

Completed in 516 milliseconds