Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h250 MLIR_CAPI_EXPORTED MlirAttribute mlirTypeAttrGet(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp259 MlirAttribute mlirTypeAttrGet(MlirType type) { in mlirTypeAttrGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c832 MlirAttribute type = mlirTypeAttrGet(mlirF32TypeGet(ctx)); in printBuiltinAttributes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1935 MlirAttribute attr = mlirTypeAttrGet(value.get()); in bindDerived()