Searched refs:getAssemblyFormat (Results 1 – 8 of 8) sorted by relevance
72 bool hasDeclarativeFormat = getAssemblyFormat().has_value(); in AttrOrTypeDef()159 Optional<StringRef> AttrOrTypeDef::getAssemblyFormat() const { in getAssemblyFormat() function in AttrOrTypeDef
670 StringRef Operator::getAssemblyFormat() const { in getAssemblyFormat() function in Operator
192 Optional<StringRef> getAssemblyFormat() const;
235 StringRef getAssemblyFormat() const;
266 bool hasAssemblyFormat = def.getAssemblyFormat().has_value(); in emitParserPrinter()828 def.hasCustomAssemblyFormat() || def.getAssemblyFormat(); in emitParsePrintDispatch()
154 emitAssemblyFormat(op.getOperationName(), op.getAssemblyFormat().trim(), in emitOpDoc()
1150 llvm::MemoryBuffer::getMemBuffer(*def.getAssemblyFormat()), SMLoc()); in generateAttrOrTypeFormat()
3192 llvm::MemoryBuffer::getMemBuffer(op.getAssemblyFormat()), SMLoc()); in generateOpFormat()