Home
last modified time | relevance | path

Searched refs:mlirTypeDump (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c74 mlirTypeDump(parsedType); in testAttributeType()
76 mlirTypeDump(constructedType); in testAttributeType()
134 mlirTypeDump(parsedType); in testOperationType()
136 mlirTypeDump(constructedType); in testOperationType()
199 mlirTypeDump(parsedType); in testRangeType()
201 mlirTypeDump(constructedType); in testRangeType()
203 mlirTypeDump(elementType); in testRangeType()
261 mlirTypeDump(parsedType); in testTypeType()
263 mlirTypeDump(constructedType); in testTypeType()
321 mlirTypeDump(parsedType); in testValueType()
[all …]
H A Dquant.c100 mlirTypeDump(mlirQuantizedTypeGetStorageType(any)); in testAnyQuantizedType()
104 mlirTypeDump(mlirQuantizedTypeGetExpressedType(any)); in testAnyQuantizedType()
117 mlirTypeDump(mlirQuantizedTypeGetQuantizedElementType(any)); in testAnyQuantizedType()
123 mlirTypeDump(any); in testAnyQuantizedType()
152 mlirTypeDump(uniform); in testUniformType()
202 mlirTypeDump(perAxis); in testUniformPerAxisType()
225 mlirTypeDump(calibrated); in testCalibratedType()
H A Dir.c648 mlirTypeDump(i32); in printBuiltinTypes()
650 mlirTypeDump(si32); in printBuiltinTypes()
652 mlirTypeDump(ui32); in printBuiltinTypes()
663 mlirTypeDump(index); in printBuiltinTypes()
680 mlirTypeDump(bf16); in printBuiltinTypes()
682 mlirTypeDump(f16); in printBuiltinTypes()
684 mlirTypeDump(f32); in printBuiltinTypes()
686 mlirTypeDump(f64); in printBuiltinTypes()
697 mlirTypeDump(none); in printBuiltinTypes()
706 mlirTypeDump(cplx); in printBuiltinTypes()
[all …]
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h751 MLIR_CAPI_EXPORTED void mlirTypeDump(MlirType type);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp741 void mlirTypeDump(MlirType type) { unwrap(type).dump(); } in mlirTypeDump() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp3083 "dump", [](PyType &self) { mlirTypeDump(self); }, kDumpDocstring) in populateIRCore()