Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h264 static inline MlirLocation mlirPythonCapsuleToLocation(PyObject *capsule) { in mlirPythonCapsuleToLocation() function
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h170 value = mlirPythonCapsuleToLocation(capsule.ptr());
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1101 MlirLocation rawLoc = mlirPythonCapsuleToLocation(capsule.ptr()); in forModule()