Home
last modified time | relevance | path

Searched refs:DefaultingPyLocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h33 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 DIRTypes.cpp336 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 DIRInterfaces.cpp191 DefaultingPyLocation location) { in inferReturnTypes()
H A DIRCore.cpp847 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 DIRAttributes.cpp202 [](PyType &type, double value, DefaultingPyLocation loc) { in bindDerived()
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md190 `DefaultingPyLocation`).