Home
last modified time | relevance | path

Searched refs:MLIRContextImpl (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h25 class MLIRContextImpl; variable
137 MLIRContextImpl &getImpl() { return *impl; } in getImpl()
160 const std::unique_ptr<MLIRContextImpl> impl;
DDiagnostics.h446 friend class MLIRContextImpl;
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp211 class MLIRContextImpl { class
324 MLIRContextImpl() : identifiers(identifierAllocator) {} in MLIRContextImpl() function in mlir::MLIRContextImpl
325 ~MLIRContextImpl() { in ~MLIRContextImpl()
334 MLIRContext::MLIRContext() : impl(new MLIRContextImpl()) { in MLIRContext()