Home
last modified time | relevance | path

Searched defs:shapedType (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp323 MlirAttribute mlirDenseElementsAttrGet(MlirType shapedType, in mlirDenseElementsAttrGet()
332 MlirAttribute mlirDenseElementsAttrSplatGet(MlirType shapedType, in mlirDenseElementsAttrSplatGet()
337 MlirAttribute mlirDenseElementsAttrBoolSplatGet(MlirType shapedType, in mlirDenseElementsAttrBoolSplatGet()
342 MlirAttribute mlirDenseElementsAttrUInt32SplatGet(MlirType shapedType, in mlirDenseElementsAttrUInt32SplatGet()
347 MlirAttribute mlirDenseElementsAttrInt32SplatGet(MlirType shapedType, in mlirDenseElementsAttrInt32SplatGet()
352 MlirAttribute mlirDenseElementsAttrUInt64SplatGet(MlirType shapedType, in mlirDenseElementsAttrUInt64SplatGet()
357 MlirAttribute mlirDenseElementsAttrInt64SplatGet(MlirType shapedType, in mlirDenseElementsAttrInt64SplatGet()
362 MlirAttribute mlirDenseElementsAttrFloatSplatGet(MlirType shapedType, in mlirDenseElementsAttrFloatSplatGet()
367 MlirAttribute mlirDenseElementsAttrDoubleSplatGet(MlirType shapedType, in mlirDenseElementsAttrDoubleSplatGet()
373 MlirAttribute mlirDenseElementsAttrBoolGet(MlirType shapedType, in mlirDenseElementsAttrBoolGet()
[all …]
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp192 for (ShapedType shapedType : op.getInputOutputShapedTypes()) in matchAndRewrite() local
DTiling.cpp251 ShapedType shapedType = shapedOp.getType().cast<ShapedType>(); in makeTiledShapes() local
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1683 static PyDenseElementsAttribute getSplat(PyType shapedType, in getSplat()
1719 MlirType shapedType = mlirAttributeGetType(*this); in accessBuffer() local
1778 auto shapedType = in bulkLoad() local
1802 py::buffer_info bufferInfo(MlirType shapedType, in bufferInfo()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1392 auto shapedType = valueAttr.getType().dyn_cast<ShapedType>(); in prepareDenseElementsConstant() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2615 if (auto shapedType = type.dyn_cast<ShapedType>()) in fold() local
2935 auto shapedType = getType().cast<ShapedType>(); in fold() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp588 } else if (auto shapedType = type.dyn_cast<ShapedType>()) { in visit() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp373 auto shapedType = op->getResult(0).getType().dyn_cast_or_null<ShapedType>(); in unrollSingleResultStructuredOp() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1512 auto shapedType = valueType.dyn_cast<ShapedType>(); in verify() local