Home
last modified time | relevance | path

Searched refs:mlirAttributeGetType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp262 MlirType type = mlirAttributeGetType(self); in bindDerived()
524 MlirType attrType = mlirAttributeGetType(elementAttr); in getSplat()
549 MlirType shapedType = mlirAttributeGetType(*this); in accessBuffer()
703 MlirType type = mlirAttributeGetType(*this); in dunderGetItem()
829 MlirType type = mlirAttributeGetType(*this); in dunderGetItem()
H A DIRModule.h901 return PyType(attr.getContext(), mlirAttributeGetType(attr)); in bind()
H A DIRCore.cpp2969 mlirAttributeGetType(self)); in populateIRCore()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h765 MLIR_CAPI_EXPORTED MlirType mlirAttributeGetType(MlirAttribute attribute);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp755 MlirType mlirAttributeGetType(MlirAttribute attribute) { in mlirAttributeGetType() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c847 MlirType floatingType = mlirAttributeGetType(floating); in printBuiltinAttributes()