Home
last modified time | relevance | path

Searched refs:printGenericOpForm (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h507 bool prettyDebugInfo, bool printGenericOpForm, bool useLocalScope,
512 bool printGenericOpForm, bool useLocalScope,
H A DIRCore.cpp991 bool printGenericOpForm, bool useLocalScope, in print() argument
998 if (!assumeVerified && !printGenericOpForm && in print()
1006 printGenericOpForm = true; in print()
1014 if (printGenericOpForm) in print()
1028 bool printGenericOpForm, bool useLocalScope, in getAsm() argument
1040 /*printGenericOpForm=*/printGenericOpForm, in getAsm()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp201 OpPrintingFlags().printGenericOpForm().elideLargeElementsAttrs()); in simplify()
H A DDialectConversion.cpp1850 op->print(logger.startLine(), OpPrintingFlags().printGenericOpForm()); in legalize()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h777 OpPrintingFlags &printGenericOpForm();
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp131 flags.printGenericOpForm(); in adjustPrintingFlags()
H A DOperation.cpp226 .appendOp(*this, OpPrintingFlags().printGenericOpForm()); in emitError()
H A DAsmPrinter.cpp219 OpPrintingFlags &OpPrintingFlags::printGenericOpForm() { in printGenericOpForm() function in OpPrintingFlags
1371 printerFlags.printGenericOpForm(); in verifyOpAndAdjustFlags()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp136 unwrap(flags)->printGenericOpForm(); in mlirOpPrintingFlagsPrintGenericOpForm()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp498 os, OpPrintingFlags().printGenericOpForm().elideLargeElementsAttrs()); in buildHoverForOperation()