Home
last modified time | relevance | path

Searched refs:cloneWith (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypeInterfaces.td65 "::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 DBuiltinTypes.h92 TensorType cloneWith(Optional<ArrayRef<int64_t>> shape,
128 BaseMemRefType cloneWith(Optional<ArrayRef<int64_t>> shape,
H A DBuiltinTypes.td1020 VectorType cloneWith(Optional<ArrayRef<int64_t>> shape,
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp271 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