Lines Matching full:teams
4858 /// \brief Emit the num_teams clause of an enclosed teams directive at the
4859 /// target region scope. If there is no teams directive associated with the
4861 /// enclosed teams directive, return nullptr.
4868 "teams directive expected to be "
4872 // teams, so we do not expect to get any num_teams clause in the provided
4878 // If the current target region has a teams region enclosed, we need to get
4879 // the number of teams to pass to the runtime function call. This is done
4882 // teams directive is not combined with target.
4886 // FIXME: Accommodate other combined directives with teams when they become
4898 // If we have an enclosed teams directive but no num_teams clause we use
4903 // No teams associated with the directive.
4907 /// \brief Emit the thread_limit clause of an enclosed teams directive at the
4908 /// target region scope. If there is no teams directive associated with the
4910 /// enclosed teams directive, return nullptr.
4917 "teams directive expected to be "
4921 // teams, so we do not expect to get any thread_limit clause in the provided
4927 // If the current target region has a teams region enclosed, we need to get
4931 // teams directive is not combined with target.
4935 // FIXME: Accommodate other combined directives with teams when they become
4947 // If we have an enclosed teams directive but no thread_limit clause we use
4952 // No teams associated with the directive.
5828 // If we have NumTeams defined this means that we have an enclosed teams
5830 // values should be defined in the presence of a teams directive, regardless
5831 // of having any clauses associated. If the user is using teams but no
5836 "with number of teams.");