Searched refs:resultOperands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/ |
D | AffineToStandard.cpp | 477 auto resultOperands = in matchAndRewrite() local 479 if (!resultOperands) in matchAndRewrite() 483 rewriter.replaceOpWithNewOp<LoadOp>(op, op.getMemRef(), *resultOperands); in matchAndRewrite() 499 auto resultOperands = in matchAndRewrite() local 501 if (!resultOperands) in matchAndRewrite() 505 rewriter.replaceOpWithNewOp<PrefetchOp>(op, op.memref(), *resultOperands, in matchAndRewrite() 609 auto resultOperands = in matchAndRewrite() local 611 if (!resultOperands) in matchAndRewrite() 616 op, op.getVectorType(), op.getMemRef(), *resultOperands); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Transforms.cpp | 508 SmallVector<Value, 4> resultOperands = dims; in matchAndRewrite() local 509 resultOperands.append(symbols.begin(), symbols.end()); in matchAndRewrite() 510 canonicalizeMapAndOperands(&resultMap, &resultOperands); in matchAndRewrite() 513 resultOperands); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 746 SmallVector<Value, 8> resultOperands; in canonicalizePromotedSymbols() local 747 resultOperands.reserve(operands->size()); in canonicalizePromotedSymbols() 762 resultOperands.push_back((*operands)[i]); in canonicalizePromotedSymbols() 765 resultOperands.push_back((*operands)[i]); in canonicalizePromotedSymbols() 769 resultOperands.append(remappedSymbols.begin(), remappedSymbols.end()); in canonicalizePromotedSymbols() 770 *operands = resultOperands; in canonicalizePromotedSymbols() 805 SmallVector<Value, 8> resultOperands; in canonicalizeMapOrSetAndOperands() local 806 resultOperands.reserve(operands->size()); in canonicalizeMapOrSetAndOperands() 817 resultOperands.push_back((*operands)[i]); in canonicalizeMapOrSetAndOperands() 844 resultOperands.push_back((*operands)[i + mapOrSet->getNumDims()]); in canonicalizeMapOrSetAndOperands() [all …]
|