Searched refs:mlirTypeGetContext (Results 1 – 4 of 4) sorted by relevance
733 MLIR_CAPI_EXPORTED MlirContext mlirTypeGetContext(MlirType type);
334 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in appendBlock()1685 return PyType(PyMlirContext::forContext(mlirTypeGetContext(rawType)), in createFromCapsule()2798 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()2830 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()2854 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()
509 PyMlirContext::forContext(mlirTypeGetContext(shapedType)); in getSplat()
724 MlirContext mlirTypeGetContext(MlirType type) { in mlirTypeGetContext() function