Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td726 StringRefParameter<"">:$attrData,
730 "StringRef":$attrData,
732 return $_get(dialect.getContext(), dialect, attrData, type);
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp411 StringAttr dialect, StringRef attrData, in verify() argument
421 << "#" << dialect << "<\"" << attrData << "\"> : " << type in verify()