Searched refs:cloneWith (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypeInterfaces.td | 65 "::mlir::ShapedType", "cloneWith", (ins 118 return $_type.cloneWith(shape, elementType); 122 return $_type.cloneWith(shape, $_type.getElementType()); 126 return $_type.cloneWith(/*shape=*/llvm::None, elementType);
|
| H A D | BuiltinTypes.h | 92 TensorType cloneWith(Optional<ArrayRef<int64_t>> shape, 128 BaseMemRefType cloneWith(Optional<ArrayRef<int64_t>> shape,
|
| H A D | BuiltinTypes.td | 1020 VectorType cloneWith(Optional<ArrayRef<int64_t>> shape,
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinTypes.cpp | 271 VectorType VectorType::cloneWith(Optional<ArrayRef<int64_t>> shape, in cloneWith() function in VectorType 293 TensorType TensorType::cloneWith(Optional<ArrayRef<int64_t>> shape, in cloneWith() function in TensorType 396 BaseMemRefType BaseMemRefType::cloneWith(Optional<ArrayRef<int64_t>> shape, in cloneWith() function in BaseMemRefType
|