Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp224 auto srcMemrefType = op.getSrcMemref().getType().cast<MemRefType>(); in matchAndRewrite() local
371 auto srcMemrefType = op.getSrc().getType().cast<MemRefType>(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp291 auto srcMemrefType = srcMemref->getType().cast<MemRefType>(); in bufferize() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1171 auto srcMemrefType = srcType.cast<MemRefType>(); in verify() local