Searched refs:AsmStateImpl (Results 1 – 2 of 2) sorted by relevance
27 class AsmStateImpl; variable364 detail::AsmStateImpl &getImpl() { return *impl; } in getImpl()386 std::unique_ptr<detail::AsmStateImpl> impl;
1278 class AsmStateImpl { class1280 explicit AsmStateImpl(Operation *op, const OpPrintingFlags &printerFlags, in AsmStateImpl() function in mlir::detail::AsmStateImpl1379 : 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()