Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectRegistry.h27 using DialectAllocatorFunction = std::function<Dialect *(MLIRContext *)>; variable
110 std::map<std::string, std::pair<TypeID, DialectAllocatorFunction>>;
119 static_cast<DialectAllocatorFunction>(([](MLIRContext *ctx) { in insert()
137 const DialectAllocatorFunction &ctor);
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp156 const DialectAllocatorFunction &ctor) { in insert()