Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h25 class DefaultingPyLocation; variable
333 class DefaultingPyLocation
334 : public Defaulting<DefaultingPyLocation, PyLocation> {
460 DefaultingPyLocation location, pybind11::object ip);
682 struct type_caster<mlir::python::DefaultingPyLocation>
683 : MlirDefaultingCaster<mlir::python::DefaultingPyLocation> {};
DIRModules.cpp666 PyLocation &DefaultingPyLocation::resolve() { in resolve()
875 DefaultingPyLocation location, py::object maybeIp) { in create()
1474 [](PyType &type, double value, DefaultingPyLocation loc) { in bindDerived()
2292 DefaultingPyLocation loc) { in bindDerived()
2323 DefaultingPyLocation loc) { in bindDerived()
2355 [](PyType &elementType, DefaultingPyLocation loc) { in bindDerived()
2389 unsigned memorySpace, DefaultingPyLocation loc) { in bindDerived()
2435 DefaultingPyLocation loc) { in bindDerived()
2740 [](DefaultingPyLocation loc) { in populateIRSubmodule()
/external/llvm-project/mlir/docs/Bindings/
DPython.md151 `DefaultingPyLocation`).