Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1722 StringRef syncscopeKeyword = "syncscope"; in parseFenceOp() local
1723 if (!failed(parser.parseOptionalKeyword(syncscopeKeyword))) { in parseFenceOp()
1725 parser.parseAttribute(sScope, syncscopeKeyword, result.attributes) || in parseFenceOp()
1729 result.addAttribute(syncscopeKeyword, in parseFenceOp()
1739 StringRef syncscopeKeyword = "syncscope"; in printFenceOp() local
1741 if (!op.getAttr(syncscopeKeyword).cast<StringAttr>().getValue().empty()) in printFenceOp()
1742 p << "syncscope(" << op.getAttr(syncscopeKeyword) << ") "; in printFenceOp()