Searched refs:printGenericOpForm (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 507 bool prettyDebugInfo, bool printGenericOpForm, bool useLocalScope, 512 bool printGenericOpForm, bool useLocalScope,
|
| H A D | IRCore.cpp | 991 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 D | GreedyPatternRewriteDriver.cpp | 201 OpPrintingFlags().printGenericOpForm().elideLargeElementsAttrs()); in simplify()
|
| H A D | DialectConversion.cpp | 1850 op->print(logger.startLine(), OpPrintingFlags().printGenericOpForm()); in legalize()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OperationSupport.h | 777 OpPrintingFlags &printGenericOpForm();
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 131 flags.printGenericOpForm(); in adjustPrintingFlags()
|
| H A D | Operation.cpp | 226 .appendOp(*this, OpPrintingFlags().printGenericOpForm()); in emitError()
|
| H A D | AsmPrinter.cpp | 219 OpPrintingFlags &OpPrintingFlags::printGenericOpForm() { in printGenericOpForm() function in OpPrintingFlags 1371 printerFlags.printGenericOpForm(); in verifyOpAndAdjustFlags()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 136 unwrap(flags)->printGenericOpForm(); in mlirOpPrintingFlagsPrintGenericOpForm()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 498 os, OpPrintingFlags().printGenericOpForm().elideLargeElementsAttrs()); in buildHoverForOperation()
|