Home
last modified time | relevance | path

Searched refs:MLIR_PYTHON_CAPI_PTR_ATTR (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DPass.cpp66 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populatePassManagerSubmodule()
H A DExecutionEngineModule.cpp94 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in PYBIND11_MODULE()
H A DIRCore.cpp2245 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRCore()
2370 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, 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()
2547 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRCore()
2684 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRCore()
2943 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, 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()
H A DIRAffine.cpp508 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRAffine()
648 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRAffine()
833 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populateIRAffine()
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h53 if (!py::hasattr(apiObject, MLIR_PYTHON_CAPI_PTR_ATTR)) {
58 return apiObject.attr(MLIR_PYTHON_CAPI_PTR_ATTR);
/llvm-project-15.0.7/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h93 #define MLIR_PYTHON_CAPI_PTR_ATTR "_CAPIPtr" macro