Home
last modified time | relevance | path

Searched refs:getMemRefTypeWithStaticIdentityLayout (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Pipelines/
H A DSparseTensorPipelines.cpp37 return getMemRefTypeWithStaticIdentityLayout( in getBufferizationOptions()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferize.cpp204 return bufferization::getMemRefTypeWithStaticIdentityLayout( in runOnOperation()
492 return getMemRefTypeWithStaticIdentityLayout( in getPartialBufferizationOptions()
H A DFuncBufferizableOpInterfaceImpl.cpp73 memrefType = getMemRefTypeWithStaticIdentityLayout(tensorType); in getBufferizedFunctionArgType()
475 resultType = getMemRefTypeWithStaticIdentityLayout(tensorType); in bufferize()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h543 BaseMemRefType getMemRefTypeWithStaticIdentityLayout(TensorType tensorType,
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp749 bufferization::getMemRefTypeWithStaticIdentityLayout(TensorType tensorType, in getMemRefTypeWithStaticIdentityLayout() function in bufferization