Searched refs:loadOrStoreOp (Results 1 – 3 of 3) sorted by relevance
659 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument666 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()676 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()686 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()695 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()706 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
361 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
225 matchAndRewrite(LoadOrStoreOp loadOrStoreOp, in matchAndRewrite() argument229 VectorType vectorTy = loadOrStoreOp.getVectorType(); in matchAndRewrite()233 auto loc = loadOrStoreOp->getLoc(); in matchAndRewrite()234 MemRefType memRefTy = loadOrStoreOp.getMemRefType(); in matchAndRewrite()242 auto vtype = this->typeConverter->convertType(loadOrStoreOp.getVectorType()) in matchAndRewrite()248 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()