Home
last modified time | relevance | path

Searched refs:python_test (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/test/python/lib/
H A DPythonTestCAPI.cpp15 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument
16 python_test::PythonTestDialect) in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()
19 return llvm::isa<python_test::TestAttrAttr>(unwrap(attr)); in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()
23 return wrap(python_test::TestAttrAttr::get(unwrap(context))); in mlirPythonTestTestAttributeGet()
27 return wrap(python_test::TestAttrAttr::getTypeID()); in mlirPythonTestTestAttributeGetTypeID()
31 return llvm::isa<python_test::TestTypeType>(unwrap(type)); in mlirTypeIsAPythonTestTestType()
35 return wrap(python_test::TestTypeType::get(unwrap(context))); in mlirPythonTestTestTypeGet()
39 return wrap(python_test::TestTypeType::getTypeID()); in mlirPythonTestTestTypeGetTypeID()
H A DPythonTestDialect.cpp25 namespace python_test { namespace
H A DPythonTestCAPI.h18 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test);
/llvm-project/mlir/test/python/
H A Dpython_test_ops.td17 let name = "python_test";
18 let cppNamespace = "python_test";
/llvm-project/mlir/test/python/dialects/
H A Dpython_test.py7 import mlir.dialects.python_test as test
52 # CHECK: python_test.attributed_op {
60 # CHECK: python_test.attributed_op {
72 # CHECK: python_test.attributed_op {
79 # CHECK: python_test.attributed_op {
86 # CHECK: python_test.attributed_op {
163 # CHECK: python_test.attributes_op
333 # CHECK: #python_test.test_attr
336 # CHECK: python_test.custom_attributed_op {
337 # CHECK: #python_test
[all...]
/llvm-project/mlir/python/
H A DCMakeLists.txt711 dialects/python_test.py
718 -bind-dialect=python_test)
/llvm-project/utils/bazel/llvm-project-overlay/mlir/python/
H A DBUILD.bazel782 "-bind-dialect=python_test",
798 "mlir/dialects/python_test.py",