Home
last modified time | relevance | path

Searched refs:createOpView (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp143 return operation->createOpView(); in getOpView()
H A DIRCore.cpp372 return returnOperation->createOpView(); in dunderNext()
422 ->createOpView(); in dunderGetItem()
1232 return created->createOpView(); in create()
1241 return cloned->createOpView(); in clone()
1244 py::object PyOperation::createOpView() { in createOpView() function in PyOperation
1735 ->createOpView(); in dunderGetItem()
2663 return operation.createOpView(); in populateIRCore()
2702 .def_property_readonly("opview", &PyOperation::createOpView); in populateIRCore()
2740 return self.getParentOperation()->createOpView(); in populateIRCore()
2764 return self.getParentOperation()->createOpView(); in populateIRCore()
H A DIRModule.h604 pybind11::object createOpView();