Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h176 MLIR_CAPI_EXPORTED MlirType mlirVectorTypeGet(intptr_t rank,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp172 MlirType mlirVectorTypeGet(intptr_t rank, const int64_t *shape, in mlirVectorTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1502 mlirVectorTypeGet(1, &size, mlirIntegerTypeGet(context->get(), 32)), in buildGeneric()
1512 mlirVectorTypeGet(1, &size, mlirIntegerTypeGet(context->get(), 32)), in buildGeneric()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c715 mlirVectorTypeGet(sizeof(shape) / sizeof(int64_t), shape, f32); in printBuiltinTypes()