Lines Matching defs:argsTy
167 llvm::SmallVector<mlir::Type> argsTy = {},
169 auto funcTy = mlir::FunctionType::get(modBuilder.getContext(), argsTy, {});
172 builder.createBlock(&funcOp.getRegion(), funcOp.getRegion().end(), argsTy,
540 llvm::SmallVector<mlir::Type> argsTy{ty};
548 argsTy.push_back(idxTy);
555 argsTy, argsLoc);
700 llvm::SmallVector<mlir::Type> argsTy{ty, ty};
706 argsTy.push_back(dataBound.getLowerbound().getType());
708 argsTy.push_back(dataBound.getUpperbound().getType());
710 argsTy.push_back(dataBound.getStartIdx().getType());
715 argsTy, argsLoc);
1378 llvm::SmallVector<mlir::Type> argsTy{ty, ty};
1385 argsTy.push_back(dataBound.getLowerbound().getType());
1387 argsTy.push_back(dataBound.getUpperbound().getType());
1389 argsTy.push_back(dataBound.getStartIdx().getType());
1394 recipe.getCombinerRegion().end(), argsTy, argsLoc);
1486 mlir::Value yieldValue = {}, mlir::TypeRange argsTy = {},
1489 builder.createBlock(&op.getRegion(), op.getRegion().end(), argsTy, locs);