Searched refs:AsmStateImpl (Results 1 – 2 of 2) sorted by relevance
24 class AsmStateImpl; variable49 detail::AsmStateImpl &getImpl() { return *impl; } in getImpl()55 std::unique_ptr<detail::AsmStateImpl> impl;
1057 class AsmStateImpl { class1059 explicit AsmStateImpl(Operation *op, AsmState::LocationMap *locationMap) in AsmStateImpl() function in mlir::detail::AsmStateImpl1104 : impl(std::make_unique<AsmStateImpl>(op, locationMap)) {} in AsmState()1115 AsmStateImpl *state = nullptr) in ModulePrinter()1199 AsmStateImpl *state;2188 AsmStateImpl &state) in OperationPrinter()