Home
last modified time | relevance | path

Searched refs:PyConcreteType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp35 using PyConcreteType::PyConcreteType;
92 using PyConcreteType::PyConcreteType;
110 using PyConcreteType::PyConcreteType;
128 using PyConcreteType::PyConcreteType;
146 using PyConcreteType::PyConcreteType;
164 using PyConcreteType::PyConcreteType;
182 using PyConcreteType::PyConcreteType;
200 using PyConcreteType::PyConcreteType;
232 using PyConcreteType::PyConcreteType;
330 using PyConcreteType::PyConcreteType;
[all …]
H A DIRModule.h772 class PyConcreteType : public BaseTy {
780 PyConcreteType() = default;
781 PyConcreteType(PyMlirContextRef contextRef, MlirType t) in PyConcreteType() function
783 PyConcreteType(PyType &orig) in PyConcreteType() function
784 : PyConcreteType(orig.getContext(), castFrom(orig)) {} in PyConcreteType()