Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Bindings/Python/
H A DIRAffine.cpp151 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
157 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
159 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
163 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
165 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
500 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()
508 PyAffineSymbolExpr::bind(m); in populateIRAffine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Bindings/Python/
H A DIRAffine.cpp151 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
157 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
159 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
163 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
165 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
499 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()
507 PyAffineSymbolExpr::bind(m); in populateIRAffine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Bindings/Python/
H A DIRAffine.cpp151 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
157 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
159 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
163 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
165 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
499 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()
507 PyAffineSymbolExpr::bind(m); in populateIRAffine()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Bindings/Python/
H A DIRAffine.cpp151 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
157 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
159 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
163 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
165 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
499 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRAffine()
507 PyAffineSymbolExpr::bind(m); in populateIRAffine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Bindings/Python/
H A DIRModules.cpp3134 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
3140 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
3142 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
3146 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
3148 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
4198 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRSubmodule()
4206 PyAffineSymbolExpr::bind(m); in populateIRSubmodule()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Bindings/Python/
H A DIRModules.cpp3134 class PyAffineSymbolExpr : public PyConcreteAffineExpr<PyAffineSymbolExpr> { class
3140 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
3142 return PyAffineSymbolExpr(context->getRef(), affineExpr); in get()
3146 c.def_static("get", &PyAffineSymbolExpr::get, py::arg("position"), in bindDerived()
3148 c.def_property_readonly("position", [](PyAffineSymbolExpr &self) { in bindDerived()
4198 "get_symbol", &PyAffineSymbolExpr::get, py::arg("position"), in populateIRSubmodule()
4206 PyAffineSymbolExpr::bind(m); in populateIRSubmodule()