Home
last modified time | relevance | path

Searched refs:mlirMemRefTypeGetMemorySpace (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h284 MLIR_CAPI_EXPORTED MlirAttribute mlirMemRefTypeGetMemorySpace(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp482 MlirAttribute a = mlirMemRefTypeGetMemorySpace(self); in bindDerived()
526 MlirAttribute a = mlirMemRefTypeGetMemorySpace(self); in bindDerived()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp284 MlirAttribute mlirMemRefTypeGetMemorySpace(MlirType type) { in mlirMemRefTypeGetMemorySpace() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c755 !mlirAttributeEqual(mlirMemRefTypeGetMemorySpace(memRef), memSpace2)) in printBuiltinTypes()