Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttribute.h112 StringRef getDerivedCodeBody() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp121 StringRef Attribute::getDerivedCodeBody() const { in getDerivedCodeBody() function in Attribute
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp987 method->body() << " " << attr.getDerivedCodeBody() << "\n"; in genAttrGetters()