Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h277 MLIR_CAPI_EXPORTED MlirType mlirTupleTypeGet(MlirContext ctx,
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp289 MlirType mlirTupleTypeGet(MlirContext ctx, intptr_t numElements, in mlirTupleTypeGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c697 MlirType tuple = mlirTupleTypeGet(ctx, 2, types); in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2478 MlirType t = mlirTupleTypeGet(context->get(), num, elements.data()); in bindDerived()