Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp186 static void replaceLoadOrStoreOp(vector::LoadOp loadOp, in replaceLoadOrStoreOp() function
193 static void replaceLoadOrStoreOp(vector::MaskedLoadOp loadOp, in replaceLoadOrStoreOp() function
201 static void replaceLoadOrStoreOp(vector::StoreOp storeOp, in replaceLoadOrStoreOp() function
209 static void replaceLoadOrStoreOp(vector::MaskedStoreOp storeOp, in replaceLoadOrStoreOp() function
248 replaceLoadOrStoreOp(loadOrStoreOp, adaptor, vtype, ptr, align, rewriter); in matchAndRewrite()