Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp266 bool hasAssemblyFormat = def.getAssemblyFormat().has_value(); in emitParserPrinter() local
267 if (!def.hasCustomAssemblyFormat() && !hasAssemblyFormat) in emitParserPrinter()
276 hasAssemblyFormat ? Method::Static in emitParserPrinter()
280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter()
285 if (hasAssemblyFormat) in emitParserPrinter()
H A DOpDocGen.cpp153 if (op.hasAssemblyFormat()) in emitOpDoc()
H A DOpFormatGen.cpp3186 if (!op.hasAssemblyFormat()) in generateOpFormat()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h234 bool hasAssemblyFormat() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp665 bool Operator::hasAssemblyFormat() const { in hasAssemblyFormat() function in Operator