Home
last modified time | relevance | path

Searched defs:sourceMemRefType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2086 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType()
2135 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType()
2213 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp59 auto sourceMemRefType = resultBuffer->getType().cast<BaseMemRefType>(); in bufferize() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp923 MemRefType sourceMemRefType = in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1646 auto sourceMemRefType = subViewOp.getSource().getType().cast<MemRefType>(); in matchAndRewrite() local