reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/Targets/AMDGPU.h
  132     if (S.front() == '{') {
  134       S = S.drop_front();
  134       S = S.drop_front();
  136     if (S.empty())
  138     if (S.front() != 'v' && S.front() != 's') {
  138     if (S.front() != 'v' && S.front() != 's') {
  141       auto E = S.find('}');
  142       if (!SpecialRegs.count(S.substr(0, E)))
  144       S = S.drop_front(E + 1);
  144       S = S.drop_front(E + 1);
  145       if (!S.empty())
  149       Name = S.data() - 1;
  152     S = S.drop_front();
  152     S = S.drop_front();
  154       if (!S.empty())
  158       Name = S.data() - 1;
  162     if (!S.empty() && S.front() == '[') {
  162     if (!S.empty() && S.front() == '[') {
  164       S = S.drop_front();
  164       S = S.drop_front();
  167     if (S.empty() || consumeUnsignedInteger(S, 10, N))
  167     if (S.empty() || consumeUnsignedInteger(S, 10, N))
  169     if (!S.empty() && S.front() == ':') {
  169     if (!S.empty() && S.front() == ':') {
  172       S = S.drop_front();
  172       S = S.drop_front();
  174       if (consumeUnsignedInteger(S, 10, M) || N >= M)
  178       if (S.empty() || S.front() != ']')
  178       if (S.empty() || S.front() != ']')
  180       S = S.drop_front();
  180       S = S.drop_front();
  182     if (S.empty() || S.front() != '}')
  182     if (S.empty() || S.front() != '}')
  184     S = S.drop_front();
  184     S = S.drop_front();
  185     if (!S.empty())
  189     Name = S.data() - 1;