Lines Matching defs:capsule
134 static inline MlirAffineExpr mlirPythonCapsuleToAffineExpr(PyObject *capsule) { in mlirPythonCapsuleToAffineExpr()
153 static inline MlirAttribute mlirPythonCapsuleToAttribute(PyObject *capsule) { in mlirPythonCapsuleToAttribute()
171 static inline MlirContext mlirPythonCapsuleToContext(PyObject *capsule) { in mlirPythonCapsuleToContext()
192 mlirPythonCapsuleToDialectRegistry(PyObject *capsule) { in mlirPythonCapsuleToDialectRegistry()
211 static inline MlirLocation mlirPythonCapsuleToLocation(PyObject *capsule) { in mlirPythonCapsuleToLocation()
229 static inline MlirModule mlirPythonCapsuleToModule(PyObject *capsule) { in mlirPythonCapsuleToModule()
247 mlirPythonCapsuleToPassManager(PyObject *capsule) { in mlirPythonCapsuleToPassManager()
265 static inline MlirOperation mlirPythonCapsuleToOperation(PyObject *capsule) { in mlirPythonCapsuleToOperation()
284 static inline MlirType mlirPythonCapsuleToType(PyObject *capsule) { in mlirPythonCapsuleToType()
303 static inline MlirAffineMap mlirPythonCapsuleToAffineMap(PyObject *capsule) { in mlirPythonCapsuleToAffineMap()
322 static inline MlirIntegerSet mlirPythonCapsuleToIntegerSet(PyObject *capsule) { in mlirPythonCapsuleToIntegerSet()
342 mlirPythonCapsuleToExecutionEngine(PyObject *capsule) { in mlirPythonCapsuleToExecutionEngine()
362 static inline MlirValue mlirPythonCapsuleToValue(PyObject *capsule) { in mlirPythonCapsuleToValue()