Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorTransforms.h197 splitFullAndPartialTransferPrecondition(VectorTransferOpInterface xferOp);
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2154 LogicalResult mlir::vector::splitFullAndPartialTransferPrecondition( in splitFullAndPartialTransferPrecondition() function in mlir::vector
2398 assert(succeeded(splitFullAndPartialTransferPrecondition(xferOp)) && in splitFullAndPartialTransfer()
2458 if (!xferOp || failed(splitFullAndPartialTransferPrecondition(xferOp)) || in matchAndRewrite()