Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h317 MLIR_CAPI_EXPORTED MlirType mlirFunctionTypeGet(MlirContext ctx,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp338 MlirType mlirFunctionTypeGet(MlirContext ctx, intptr_t numInputs, in mlirFunctionTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp584 MlirType t = mlirFunctionTypeGet(context->get(), inputsRaw.size(), in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c789 MlirType funcType = mlirFunctionTypeGet(ctx, 2, funcInputs, 3, funcResults); in printBuiltinTypes()