Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DSupport.cpp48 MlirTypeIDAllocator mlirTypeIDAllocatorCreate() { in mlirTypeIDAllocatorCreate() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DSupport.h163 MLIR_CAPI_EXPORTED MlirTypeIDAllocator mlirTypeIDAllocatorCreate();
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpass.c293 MlirTypeIDAllocator typeIDAllocator = mlirTypeIDAllocatorCreate(); in testExternalPass()