Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h258 mlirMemRefTypeContiguousGet(MlirType elementType, intptr_t rank,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp259 MlirType mlirMemRefTypeContiguousGet(MlirType elementType, intptr_t rank, in mlirMemRefTypeContiguousGet() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c752 MlirType memRef = mlirMemRefTypeContiguousGet( in printBuiltinTypes()