Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp3026 Type SubViewOp::inferResultType(MemRefType sourceMemRefType, in inferResultType()
3117 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
3133 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
3165 auto sourceMemRefType = source.getType().cast<MemRefType>(); in build() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp1132 MemRefType sourceMemRefType = in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3428 auto sourceMemRefType = subViewOp.source().getType().cast<MemRefType>(); in matchAndRewrite() local