Lines Matching refs:getCapsule
464 py::object PyMlirContext::getCapsule() { in getCapsule() function in PyMlirContext
808 py::object PyDialectRegistry::getCapsule() { in getCapsule() function in PyDialectRegistry
825 py::object PyLocation::getCapsule() { in getCapsule() function in PyLocation
908 py::object PyModule::getCapsule() { in getCapsule() function in PyModule
1084 py::object PyOperation::getCapsule() { in getCapsule() function in PyOperation
1645 py::object PyAttribute::getCapsule() { in getCapsule() function in PyAttribute
1677 py::object PyType::getCapsule() { in getCapsule() function in PyType
1693 pybind11::object PyValue::getCapsule() { in getCapsule() function in PyValue
2246 &PyMlirContext::getCapsule) in populateIRCore()
2371 &PyDialectRegistry::getCapsule) in populateIRCore()
2379 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyLocation::getCapsule) in populateIRCore()
2481 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyModule::getCapsule) in populateIRCore()
2549 return self.getOperation().getCapsule(); in populateIRCore()
2685 &PyOperation::getCapsule) in populateIRCore()
2944 &PyAttribute::getCapsule) in populateIRCore()
3055 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyType::getCapsule) in populateIRCore()
3109 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, &PyValue::getCapsule) in populateIRCore()