Home
last modified time | relevance | path

Searched defs:xferOp (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp32 LLVMTypeConverter &typeConverter, Location loc, TransferReadOp xferOp, in replaceTransferOpWithMubuf()
42 LLVMTypeConverter &typeConverter, Location loc, TransferWriteOp xferOp, in replaceTransferOpWithMubuf()
68 auto xferOp = cast<ConcreteOp>(op); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp101 NDTransferOpHelper(PatternRewriter &rewriter, ConcreteOp xferOp, in NDTransferOpHelper()
138 ConcreteOp xferOp; member in __anon549db6a80111::NDTransferOpHelper
218 VectorTransferOpInterface xferOp, unsigned leadingRank, in emitInBoundsCondition()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp222 TransferReadOp xferOp, in replaceTransferOpWithLoadOrStore()
234 TransferReadOp xferOp, ArrayRef<Value> operands, in replaceTransferOpWithMasked()
258 TransferWriteOp xferOp, in replaceTransferOpWithLoadOrStore()
272 TransferWriteOp xferOp, ArrayRef<Value> operands, in replaceTransferOpWithMasked()
285 static TransferReadOpAdaptor getTransferOpAdapter(TransferReadOp xferOp, in getTransferOpAdapter()
290 static TransferWriteOpAdaptor getTransferOpAdapter(TransferWriteOp xferOp, in getTransferOpAdapter()
1222 auto xferOp = cast<ConcreteOp>(op); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DVectorization.cpp410 vector::TransferReadOp xferOp, PatternRewriter &rewriter) const { in matchAndRewrite()
487 vector::TransferWriteOp xferOp, PatternRewriter &rewriter) const { in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2129 static Value createScopedInBoundsCond(VectorTransferOpInterface xferOp) { in createScopedInBoundsCond()
2155 VectorTransferOpInterface xferOp) { in splitFullAndPartialTransferPrecondition()
2212 static Value createScopedSubViewIntersection(VectorTransferOpInterface xferOp, in createScopedSubViewIntersection()
2260 vector::TransferReadOp xferOp, TypeRange returnTypes, Value inBoundsCond, in createScopedFullPartialLinalgCopy()
2314 vector::TransferReadOp xferOp, TypeRange returnTypes, Value inBoundsCond, in createScopedFullPartialVectorTransferRead()
2383 OpBuilder &b, VectorTransferOpInterface xferOp, in splitFullAndPartialTransfer()
2457 auto xferOp = dyn_cast<VectorTransferOpInterface>(op); in matchAndRewrite() local