Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectRegistry.h28 using DialectAllocatorFunctionRef = function_ref<Dialect *(MLIRContext *)>; variable
141 DialectAllocatorFunctionRef getDialectAllocator(StringRef name) const;
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp147 DialectAllocatorFunctionRef
H A DMLIRContext.cpp405 DialectAllocatorFunctionRef allocator = in getOrLoadDialect()