Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp72 bool hasDeclarativeFormat = getAssemblyFormat().has_value(); in AttrOrTypeDef()
159 Optional<StringRef> AttrOrTypeDef::getAssemblyFormat() const { in getAssemblyFormat() function in AttrOrTypeDef
H A DOperator.cpp670 StringRef Operator::getAssemblyFormat() const { in getAssemblyFormat() function in Operator
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DAttrOrTypeDef.h192 Optional<StringRef> getAssemblyFormat() const;
H A DOperator.h235 StringRef getAssemblyFormat() const;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp266 bool hasAssemblyFormat = def.getAssemblyFormat().has_value(); in emitParserPrinter()
828 def.hasCustomAssemblyFormat() || def.getAssemblyFormat(); in emitParsePrintDispatch()
H A DOpDocGen.cpp154 emitAssemblyFormat(op.getOperationName(), op.getAssemblyFormat().trim(), in emitOpDoc()
H A DAttrOrTypeFormatGen.cpp1150 llvm::MemoryBuffer::getMemBuffer(*def.getAssemblyFormat()), SMLoc()); in generateAttrOrTypeFormat()
H A DOpFormatGen.cpp3192 llvm::MemoryBuffer::getMemBuffer(op.getAssemblyFormat()), SMLoc()); in generateOpFormat()