Searched refs:syncscopeKeyword (Results 1 – 1 of 1) sorted by relevance
2632 StringRef syncscopeKeyword = "syncscope"; in parse() local2633 if (!failed(parser.parseOptionalKeyword(syncscopeKeyword))) { in parse()2635 parser.parseAttribute(sScope, syncscopeKeyword, result.attributes) || in parse()2639 result.addAttribute(syncscopeKeyword, in parse()2649 StringRef syncscopeKeyword = "syncscope"; in print() local2651 if (!(*this)->getAttr(syncscopeKeyword).cast<StringAttr>().getValue().empty()) in print()2652 p << "syncscope(" << (*this)->getAttr(syncscopeKeyword) << ") "; in print()