Home
last modified time | relevance | path

Searched refs:syncscopeKeyword (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2632 StringRef syncscopeKeyword = "syncscope"; in parse() local
2633 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() local
2651 if (!(*this)->getAttr(syncscopeKeyword).cast<StringAttr>().getValue().empty()) in print()
2652 p << "syncscope(" << (*this)->getAttr(syncscopeKeyword) << ") "; in print()