Searched refs:DefaultingPyLocation (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 33 class DefaultingPyLocation; variable 449 class DefaultingPyLocation 450 : public Defaulting<DefaultingPyLocation, PyLocation> { 601 DefaultingPyLocation location, const pybind11::object &ip); 657 llvm::Optional<int> regions, DefaultingPyLocation location, 1075 struct type_caster<mlir::python::DefaultingPyLocation> 1076 : MlirDefaultingCaster<mlir::python::DefaultingPyLocation> {};
|
| H A D | IRTypes.cpp | 336 DefaultingPyLocation loc) { in bindDerived() 368 DefaultingPyLocation loc) { in bindDerived() 410 [](PyType &elementType, DefaultingPyLocation loc) { in bindDerived() 442 DefaultingPyLocation loc) { in bindDerived() 501 DefaultingPyLocation loc) { in bindDerived()
|
| H A D | IRInterfaces.cpp | 191 DefaultingPyLocation location) { in inferReturnTypes()
|
| H A D | IRCore.cpp | 847 PyLocation &DefaultingPyLocation::resolve() { in resolve() 1118 DefaultingPyLocation location, const py::object &maybeIp) { in create() 1275 llvm::Optional<int> regions, DefaultingPyLocation location, in buildGeneric() 2501 [](DefaultingPyLocation loc) { in populateIRCore()
|
| H A D | IRAttributes.cpp | 202 [](PyType &type, double value, DefaultingPyLocation loc) { in bindDerived()
|
| /llvm-project-15.0.7/mlir/docs/Bindings/ |
| H A D | Python.md | 190 `DefaultingPyLocation`).
|