Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h299 MLIR_CAPI_EXPORTED MlirType mlirTupleTypeGet(MlirContext ctx,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp315 MlirType mlirTupleTypeGet(MlirContext ctx, intptr_t numElements, in mlirTupleTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp549 MlirType t = mlirTupleTypeGet(context->get(), num, elements.data()); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c775 MlirType tuple = mlirTupleTypeGet(ctx, 2, types); in printBuiltinTypes()