Searched refs:MLIRContextImpl (Results 1 – 4 of 4) sorted by relevance
29 class MLIRContextImpl; variable188 MLIRContextImpl &getImpl() { return *impl; } in getImpl()230 const std::unique_ptr<MLIRContextImpl> impl;
464 friend class MLIRContextImpl;
230 friend MLIRContextImpl; variable
119 class MLIRContextImpl { class240 MLIRContextImpl(bool threadingIsEnabled) in MLIRContextImpl() function in mlir::MLIRContextImpl247 ~MLIRContextImpl() { in ~MLIRContextImpl()260 : impl(new MLIRContextImpl(setting == Threading::ENABLED && in MLIRContext()654 MLIRContextImpl &ctxImpl = context->getImpl(); in OperationName()935 MLIRContextImpl &impl = context->getImpl(); in initialize()