Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttribute.h69 bool isConstBuildable() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp84 bool Attribute::isConstBuildable() const { in isConstBuildable() function in Attribute
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp342 if (!attr.isConstBuildable()) in handleConstantAttr()
H A DOpDefinitionsGen.cpp964 if (!attr.isConstBuildable()) { in emitAttrGetterWithReturnType()