Lines Matching refs:getRef
1251 return (*opViewClass)(getRef().getObject()); in createOpView()
1252 return py::cast(PyOpView(getRef().getObject())); in createOpView()
1532 operationObject(operation.getRef().getObject()) {} in PyOpView()
1576 : refOperation(beforeOperationBase.getOperation().getRef()), in PyInsertionPoint()
1719 : operation(operation.getOperation().getRef()) { in PySymbolTable()
2261 [](PyMlirContext &self) { return PyDialects(self.getRef()); }, in populateIRCore()
2264 "d", [](PyMlirContext &self) { return PyDialects(self.getRef()); }, in populateIRCore()
2275 return PyDialectDescriptor(self.getRef(), dialect); in populateIRCore()
2400 return PyLocation(context->getRef(), in populateIRCore()
2415 return PyLocation(context->getRef(), in populateIRCore()
2425 context->getRef(), in populateIRCore()
2443 return PyLocation(context->getRef(), location); in populateIRCore()
2452 context->getRef(), in populateIRCore()
2515 self.getRef().releaseObject()) in populateIRCore()
2524 self.getRef().releaseObject()); in populateIRCore()
2564 self.getOperation().getRef()); in populateIRCore()
2569 self.getOperation().getRef()); in populateIRCore()
2574 self.getOperation().getRef()); in populateIRCore()
2579 return PyOpResultList(self.getOperation().getRef()); in populateIRCore()
2597 return PyOpResult(operation.getRef(), in populateIRCore()
2958 return PyAttribute(context->getRef(), type); in populateIRCore()
2968 return PyType(self.getContext()->getRef(), in populateIRCore()
3069 return PyType(context->getRef(), type); in populateIRCore()