Home
last modified time | relevance | path

Searched defs:expandedType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h103 static LogicalResult verifyReshapeLikeTypes(Op op, T expandedType, in verifyReshapeLikeTypes()
157 ShapedType expandedType, in verifyReshapeLikeShapes()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp673 auto expandedType = in matchAndRewrite() local
679 auto expandedType = in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp693 RankedTensorType expandedType = isExpanding in fuseWithReshapeByExpansion() local
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp122 auto expandedType = VectorType::get(expandedShape, eltType); in handleMultidimensionalVectors() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp865 RankedTensorType expandedType, in verifyTensorReshapeOp()