Home
last modified time | relevance | path

Searched defs:storesTo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefMemorySlot.cpp165 bool memref::LoadOp::storesTo(const MemorySlot &slot) { return false; } in storesTo() function in memref::LoadOp
243 bool memref::StoreOp::storesTo(const MemorySlot &slot) { in storesTo() function in memref::StoreOp
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp118 bool LLVM::LoadOp::storesTo(const MemorySlot &slot) { return false; } in storesTo() function in LLVM::LoadOp
127 bool LLVM::StoreOp::storesTo(const MemorySlot &slot) { in storesTo() function in LLVM::StoreOp
939 bool LLVM::MemsetOp::storesTo(const MemorySlot &slot) { storesTo() function in LLVM::MemsetOp
1249 bool LLVM::MemcpyOp::storesTo(const MemorySlot &slot) { storesTo() function in LLVM::MemcpyOp
1300 bool LLVM::MemcpyInlineOp::storesTo(const MemorySlot &slot) { storesTo() function in LLVM::MemcpyInlineOp
1352 bool LLVM::MemmoveOp::storesTo(const MemorySlot &slot) { storesTo() function in LLVM::MemmoveOp