Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp371 encodingAttr ? encodingAttr->get() : mlirAttributeGetNull()); in bindDerived()
443 MlirAttribute layoutAttr = layout ? *layout : mlirAttributeGetNull(); in bindDerived()
445 memorySpace ? *memorySpace : mlirAttributeGetNull(); in bindDerived()
H A DIRInterfaces.cpp215 attributes ? attributes->get() : mlirAttributeGetNull(); in inferReturnTypes()
H A DIRAttributes.cpp423 MlirAttribute encodingAttr = mlirAttributeGetNull(); in getFromBuffer()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp18 MlirAttribute mlirAttributeGetNull() { return {nullptr}; } in mlirAttributeGetNull() function
352 return mlirAttributeGetNull(); in mlirDenseElementsAttrRawBufferGet()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h26 MLIR_CAPI_EXPORTED MlirAttribute mlirAttributeGetNull();
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c465 mlirAttributeGetNull()), in printFirstOfEach()
731 sizeof(shape) / sizeof(int64_t), shape, f32, mlirAttributeGetNull()); in printBuiltinTypes()
963 MlirAttribute encoding = mlirAttributeGetNull(); in printBuiltinAttributes()