Home
last modified time | relevance | path

Searched refs:loadOrStoreOp (Results 1 – 22 of 22) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Analysis/
H A DUtils.cpp371 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
377 Operation *opInst = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
387 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
397 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
406 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
417 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/
H A DUtils.cpp409 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
416 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
426 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
436 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
445 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
456 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Analysis/
H A DUtils.cpp426 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
433 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
443 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
453 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
462 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
473 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp570 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
577 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
587 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
597 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
606 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
617 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp570 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
577 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
587 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
597 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
606 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
617 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp271 matchAndRewrite(LoadOrStoreOp loadOrStoreOp, in matchAndRewrite() argument
275 VectorType vectorTy = loadOrStoreOp.getVectorType(); in matchAndRewrite()
279 auto loc = loadOrStoreOp->getLoc(); in matchAndRewrite()
280 MemRefType memRefTy = loadOrStoreOp.getMemRefType(); in matchAndRewrite()
284 if (failed(getMemRefOpAlignment(*this->getTypeConverter(), loadOrStoreOp, in matchAndRewrite()
289 auto vtype = this->typeConverter->convertType(loadOrStoreOp.getVectorType()) in matchAndRewrite()
295 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Analysis/
H A DUtils.h279 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DUtils.cpp659 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
666 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp658 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
665 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
675 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
685 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
694 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
705 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp658 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
665 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
675 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
685 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
694 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
705 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DUtils.cpp658 LogicalResult mlir::boundCheckLoadOrStoreOp(LoadOrStoreOp loadOrStoreOp, in boundCheckLoadOrStoreOp() argument
665 Operation *op = loadOrStoreOp.getOperation(); in boundCheckLoadOrStoreOp()
675 unsigned rank = loadOrStoreOp.getMemRefType().getRank(); in boundCheckLoadOrStoreOp()
685 int64_t dimSize = loadOrStoreOp.getMemRefType().getDimSize(r); in boundCheckLoadOrStoreOp()
694 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
705 loadOrStoreOp.emitOpError() in boundCheckLoadOrStoreOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp273 matchAndRewrite(LoadOrStoreOp loadOrStoreOp, ArrayRef<Value> operands, in matchAndRewrite() argument
276 VectorType vectorTy = loadOrStoreOp.getVectorType(); in matchAndRewrite()
280 auto loc = loadOrStoreOp->getLoc(); in matchAndRewrite()
282 MemRefType memRefTy = loadOrStoreOp.getMemRefType(); in matchAndRewrite()
286 if (failed(getMemRefOpAlignment(*this->getTypeConverter(), loadOrStoreOp, in matchAndRewrite()
291 auto vtype = this->typeConverter->convertType(loadOrStoreOp.getVectorType()) in matchAndRewrite()
297 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp273 matchAndRewrite(LoadOrStoreOp loadOrStoreOp, ArrayRef<Value> operands, in matchAndRewrite() argument
276 VectorType vectorTy = loadOrStoreOp.getVectorType(); in matchAndRewrite()
280 auto loc = loadOrStoreOp->getLoc(); in matchAndRewrite()
282 MemRefType memRefTy = loadOrStoreOp.getMemRefType(); in matchAndRewrite()
286 if (failed(getMemRefOpAlignment(*this->getTypeConverter(), loadOrStoreOp, in matchAndRewrite()
291 auto vtype = this->typeConverter->convertType(loadOrStoreOp.getVectorType()) in matchAndRewrite()
297 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp273 matchAndRewrite(LoadOrStoreOp loadOrStoreOp, ArrayRef<Value> operands, in matchAndRewrite() argument
276 VectorType vectorTy = loadOrStoreOp.getVectorType(); in matchAndRewrite()
280 auto loc = loadOrStoreOp->getLoc(); in matchAndRewrite()
282 MemRefType memRefTy = loadOrStoreOp.getMemRefType(); in matchAndRewrite()
286 if (failed(getMemRefOpAlignment(*this->getTypeConverter(), loadOrStoreOp, in matchAndRewrite()
291 auto vtype = this->typeConverter->convertType(loadOrStoreOp.getVectorType()) in matchAndRewrite()
297 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Analysis/
H A DUtils.h286 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Analysis/
H A DUtils.h292 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/
H A DUtils.h312 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Analysis/
H A DUtils.h312 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Analysis/
H A DUtils.h361 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DUtils.h362 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DUtils.h362 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Analysis/
H A DUtils.h362 LogicalResult boundCheckLoadOrStoreOp(LoadOrStoreOpPointer loadOrStoreOp,