Home
last modified time | relevance | path

Searched refs:getPrinterFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h360 const OpPrintingFlags &getPrinterFlags() const;
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1308 const OpPrintingFlags &getPrinterFlags() const { return printerFlags; } in getPrinterFlags() function in mlir::detail::AsmStateImpl
1383 const OpPrintingFlags &AsmState::getPrinterFlags() const { in getPrinterFlags() function in AsmState
1384 return impl->getPrinterFlags(); in getPrinterFlags()
2554 : Impl(os, state.getPrinterFlags(), &state), in OperationPrinter()
3291 if (!getParent() && !state.getPrinterFlags().shouldUseLocalScope()) in print()