Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h233 MLIR_CAPI_EXPORTED bool mlirTypeIsAMemRef(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp233 bool mlirTypeIsAMemRef(MlirType type) { return unwrap(type).isa<MemRefType>(); } in mlirTypeIsAMemRef() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp433 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAMemRef;
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c754 if (!mlirTypeIsAMemRef(memRef) || in printBuiltinTypes()
765 mlirTypeIsAMemRef(unrankedMemRef) || in printBuiltinTypes()