Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h211 static inline MlirLocation mlirPythonCapsuleToLocation(PyObject *capsule) { in mlirPythonCapsuleToLocation() function
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h158 value = mlirPythonCapsuleToLocation(capsule.ptr());
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp830 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in createFromCapsule()