Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h256 MLIR_CAPI_EXPORTED intptr_t mlirMemRefTypeGetNumAffineMaps(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp251 intptr_t mlirMemRefTypeGetNumAffineMaps(MlirType type) { in mlirMemRefTypeGetNumAffineMaps() function
/external/llvm-project/mlir/test/CAPI/
Dir.c678 mlirMemRefTypeGetNumAffineMaps(memRef) != 0 || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2410 return mlirMemRefTypeGetNumAffineMaps(self); in bindDerived()