Home
last modified time | relevance | path

Searched defs:printAssembly (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DExtensibleDialect.h458 void printAssembly(Operation *op, OpAsmPrinter &printer, in printAssembly() function
H A DOperationSupport.h307 return getImpl()->printAssembly(op, p, defaultDialect); in printAssembly() function
552 void printAssembly(Operation *op, OpAsmPrinter &printer, printAssembly() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp832 void OperationName::UnregisteredOpModel::printAssembly( printAssembly() function in OperationName::UnregisteredOpModel