Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAsmState.h27 class AsmStateImpl; variable
364 detail::AsmStateImpl &getImpl() { return *impl; } in getImpl()
386 std::unique_ptr<detail::AsmStateImpl> impl;
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1278 class AsmStateImpl { class
1280 explicit AsmStateImpl(Operation *op, const OpPrintingFlags &printerFlags, in AsmStateImpl() function in mlir::detail::AsmStateImpl
1379 : impl(std::make_unique<AsmStateImpl>( in AsmState()
1400 AsmStateImpl *state = nullptr) in Impl()
1506 AsmStateImpl *state;
2553 explicit OperationPrinter(raw_ostream &os, AsmStateImpl &state) in OperationPrinter()