Lines Matching refs:intptr_t
124 static PyAffineConstantExpr get(intptr_t value, in get()
146 static PyAffineDimExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
166 static PyAffineSymbolExpr get(intptr_t pos, DefaultingPyMlirContext context) { in get()
214 static PyAffineAddExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant()
220 static PyAffineAddExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant()
243 static PyAffineMulExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant()
249 static PyAffineMulExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant()
272 static PyAffineModExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant()
278 static PyAffineModExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant()
301 static PyAffineFloorDivExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant()
307 static PyAffineFloorDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant()
330 static PyAffineCeilDivExpr getRHSConstant(PyAffineExpr lhs, intptr_t rhs) { in getRHSConstant()
336 static PyAffineCeilDivExpr getLHSConstant(intptr_t lhs, PyAffineExpr rhs) { in getLHSConstant()
381 PyAffineMapExprList(const PyAffineMap &map, intptr_t startIndex = 0, in PyAffineMapExprList()
382 intptr_t length = -1, intptr_t step = 1) in PyAffineMapExprList()
392 intptr_t getRawNumElements() { return mlirAffineMapGetNumResults(affineMap); } in getRawNumElements()
394 PyAffineExpr getRawElement(intptr_t pos) { in getRawElement()
399 PyAffineMapExprList slice(intptr_t startIndex, intptr_t length, in slice()
400 intptr_t step) { in slice()
432 PyIntegerSetConstraint(PyIntegerSet set, intptr_t pos) in PyIntegerSetConstraint()
451 intptr_t pos;
459 PyIntegerSetConstraintList(const PyIntegerSet &set, intptr_t startIndex = 0, in PyIntegerSetConstraintList()
460 intptr_t length = -1, intptr_t step = 1) in PyIntegerSetConstraintList()
470 intptr_t getRawNumElements() { return mlirIntegerSetGetNumConstraints(set); } in getRawNumElements()
472 PyIntegerSetConstraint getRawElement(intptr_t pos) { in getRawElement()
476 PyIntegerSetConstraintList slice(intptr_t startIndex, intptr_t length, in slice()
477 intptr_t step) { in slice()
520 [](PyAffineExpr &self, intptr_t other) { in populateIRAffine()
533 [](PyAffineExpr &self, intptr_t other) { in populateIRAffine()
539 [](PyAffineExpr &self, intptr_t other) { in populateIRAffine()
680 auto populate = [](void *result, intptr_t idx, in populateIRAffine()
701 [](intptr_t dimCount, intptr_t symbolCount, py::list exprs, in populateIRAffine()
716 [](intptr_t value, DefaultingPyMlirContext context) { in populateIRAffine()
732 [](intptr_t nDims, DefaultingPyMlirContext context) { in populateIRAffine()
741 [](intptr_t nDims, intptr_t nResults, in populateIRAffine()
766 [](PyAffineMap &self, std::vector<intptr_t> &resultPos) { in populateIRAffine()
767 intptr_t numResults = mlirAffineMapGetNumResults(self); in populateIRAffine()
768 for (intptr_t pos : resultPos) { in populateIRAffine()
779 [](PyAffineMap &self, intptr_t nResults) { in populateIRAffine()
789 [](PyAffineMap &self, intptr_t nResults) { in populateIRAffine()
800 PyAffineExpr &replacement, intptr_t numResultDims, in populateIRAffine()
801 intptr_t numResultSyms) { in populateIRAffine()
867 [](intptr_t numDims, intptr_t numSymbols, py::list exprs, in populateIRAffine()
893 [](intptr_t numDims, intptr_t numSymbols, in populateIRAffine()
904 intptr_t numResultDims, intptr_t numResultSymbols) { in populateIRAffine()
905 if (static_cast<intptr_t>(dimExprs.size()) != in populateIRAffine()
910 if (static_cast<intptr_t>(symbolExprs.size()) != in populateIRAffine()