Home
last modified time | relevance | path

Searched refs:mlirTypeGetContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h733 MLIR_CAPI_EXPORTED MlirContext mlirTypeGetContext(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp334 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in appendBlock()
1685 return PyType(PyMlirContext::forContext(mlirTypeGetContext(rawType)), in createFromCapsule()
2798 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()
2830 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()
2854 mlirLocationUnknownGet(mlirTypeGetContext(argTypes.back()))); in populateIRCore()
H A DIRAttributes.cpp509 PyMlirContext::forContext(mlirTypeGetContext(shapedType)); in getSplat()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp724 MlirContext mlirTypeGetContext(MlirType type) { in mlirTypeGetContext() function