Searched refs:useLocalScope (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | IRPrinting.cpp | 104 op->getBlock() ? flags.useLocalScope() : flags); in printIR()
|
| /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 1016 if (useLocalScope) in print() 1028 bool printGenericOpForm, bool useLocalScope, in getAsm() argument 1041 /*useLocalScope=*/useLocalScope, in getAsm()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Operation.h | 805 const_cast<Operation &>(op).print(os, OpPrintingFlags().useLocalScope());
|
| H A D | OperationSupport.h | 786 OpPrintingFlags &useLocalScope();
|
| H A D | OpDefinition.h | 251 op.print(os, OpPrintingFlags().useLocalScope());
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 128 flags.useLocalScope(); in adjustPrintingFlags()
|
| H A D | AsmPrinter.cpp | 233 OpPrintingFlags &OpPrintingFlags::useLocalScope() { in useLocalScope() function in OpPrintingFlags 3298 print(llvm::errs(), OpPrintingFlags().useLocalScope()); in dump()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 140 unwrap(flags)->useLocalScope(); in mlirOpPrintingFlagsUseLocalScope()
|