Searched refs:extractedSource (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
D | ConvertVectorToLLVM.cpp | 1068 Value extractedSource = extractOne(rewriter, loc, op.source(), idx); in matchAndRewrite() local 1069 if (extractedSource.getType().isa<VectorType>()) { in matchAndRewrite() 1075 extractedSource = rewriter.create<InsertStridedSliceOp>( in matchAndRewrite() 1076 loc, extractedSource, extractedDest, in matchAndRewrite() 1081 res = insertOne(rewriter, loc, extractedSource, res, off); in matchAndRewrite()
|