Searched refs:replValues (Results 1 – 6 of 6) sorted by relevance
232 SmallVector<Value> replValues; in genImpl() local234 replValues.push_back(genSingleExpr(replExpr)); in genImpl()239 replValues.size() == 1 && in genImpl()240 replValues.front().getType().isa<pdl::OperationType>(); in genImpl()242 loc, rootExpr, usesReplOperation ? replValues[0] : Value(), in genImpl()243 usesReplOperation ? ValueRange() : ValueRange(replValues)); in genImpl()
449 MutableArrayRef<ast::Expr *> replValues);2360 SmallVector<ast::Expr *> replValues; in parseReplaceStmt() local2372 replValues.emplace_back(*replExpr); in parseReplaceStmt()2388 replValues.emplace_back(*replExpr); in parseReplaceStmt()2391 return createReplaceStmt(loc, *rootOp, replValues); in parseReplaceStmt()2998 MutableArrayRef<ast::Expr *> replValues) { in createReplaceStmt() argument3009 bool shouldConvertOpToValues = replValues.size() > 1; in createReplaceStmt()3010 for (ast::Expr *&replExpr : replValues) { in createReplaceStmt()3028 return ast::ReplaceStmt::create(ctx, loc, rootOp, replValues); in createReplaceStmt()
454 * a set of `Value`s (`replValues` should be populated)472 Variadic<PDL_InstOrRangeOf<PDL_Value>>:$replValues);474 $operation `with` (`(` $replValues^ `:` type($replValues) `)`)?
403 if (replOperation() && !replValues().empty()) in verify()
1053 Variadic<PDL_InstOrRangeOf<PDL_Value>>:$replValues);1055 $inputOp `with` ` ` `(` ($replValues^ `:` type($replValues))? `)`
776 for (Value operand : replaceOp.replValues()) in generateRewriter()