Home
last modified time | relevance | path

Searched refs:useLocalScope (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DIRPrinting.cpp104 op->getBlock() ? flags.useLocalScope() : flags); in printIR()
/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
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 DOperation.h805 const_cast<Operation &>(op).print(os, OpPrintingFlags().useLocalScope());
H A DOperationSupport.h786 OpPrintingFlags &useLocalScope();
H A DOpDefinition.h251 op.print(os, OpPrintingFlags().useLocalScope());
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp128 flags.useLocalScope(); in adjustPrintingFlags()
H A DAsmPrinter.cpp233 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 DIR.cpp140 unwrap(flags)->useLocalScope(); in mlirOpPrintingFlagsUseLocalScope()