Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/
H A DAffineToStandard.cpp349 auto resultOperands = in matchAndRewrite() local
351 if (!resultOperands) in matchAndRewrite()
356 *resultOperands); in matchAndRewrite()
372 auto resultOperands = in matchAndRewrite() local
374 if (!resultOperands) in matchAndRewrite()
379 op, op.getMemref(), *resultOperands, op.getIsWrite(), in matchAndRewrite()
483 auto resultOperands = in matchAndRewrite() local
485 if (!resultOperands) in matchAndRewrite()
490 op, op.getVectorType(), op.getMemRef(), *resultOperands); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp105 SmallVectorImpl<OpAsmParser::UnresolvedOperand> &resultOperands, in parseCreateOperationOpResults() argument
119 return failure(p.parseLParen() || p.parseOperandList(resultOperands) || in parseCreateOperationOpResults()
124 OperandRange resultOperands, in printCreateOperationOpResults() argument
135 p << " -> (" << resultOperands << " : " << resultTypes << ")"; in printCreateOperationOpResults()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplit.cpp79 ValueRange resultOperands, in createSplitPart() argument
88 llvm::append_range(operands, resultOperands); in createSplitPart()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp945 SmallVector<Value, 8> resultOperands; in canonicalizePromotedSymbols() local
946 resultOperands.reserve(operands->size()); in canonicalizePromotedSymbols()
961 resultOperands.push_back((*operands)[i]); in canonicalizePromotedSymbols()
964 resultOperands.push_back((*operands)[i]); in canonicalizePromotedSymbols()
969 *operands = resultOperands; in canonicalizePromotedSymbols()
1004 SmallVector<Value, 8> resultOperands; in canonicalizeMapOrSetAndOperands() local
1005 resultOperands.reserve(operands->size()); in canonicalizeMapOrSetAndOperands()
1016 resultOperands.push_back((*operands)[i]); in canonicalizeMapOrSetAndOperands()
1052 *operands = resultOperands; in canonicalizeMapOrSetAndOperands()
1089 SmallVector<Value, 8> resultOperands(oldOperands); in matchAndRewrite() local
[all …]