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 D | Pass.cpp | 66 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in populatePassManagerSubmodule()
|
| H A D | ExecutionEngineModule.cpp | 94 .def_property_readonly(MLIR_PYTHON_CAPI_PTR_ATTR, in PYBIND11_MODULE()
|
| H A D | IRCore.cpp | 2245 .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 D | IRAffine.cpp | 508 .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 D | PybindAdaptors.h | 53 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 D | Interop.h | 93 #define MLIR_PYTHON_CAPI_PTR_ATTR "_CAPIPtr" macro
|