Lines Matching defs:nestedBuilder

1111       [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange blockArgs) {
1117 nestedBuilder.create<linalg::YieldOp>(loc, result);
1269 [&](OpBuilder &nestedBuilder, Location nestedLoc,
1280 op, "input_zp", nestedBuilder.getIntegerType(inBitwidth),
1281 nestedBuilder);
1283 op, "output_zp", nestedBuilder.getI32Type(), nestedBuilder);
1291 value = nestedBuilder.create<arith::ExtUIOp>(
1292 nestedLoc, nestedBuilder.getI32Type(), value);
1294 value = nestedBuilder.create<arith::ExtSIOp>(
1295 nestedLoc, nestedBuilder.getI32Type(), value);
1300 nestedBuilder.create<arith::SubIOp>(nestedLoc, value, inputZp);
1302 value = nestedBuilder.create<tosa::ApplyScaleOp>(
1303 loc, nestedBuilder.getI32Type(), value, multiplier, shift,
1304 nestedBuilder.getBoolAttr(doubleRound));
1308 nestedBuilder.create<arith::AddIOp>(nestedLoc, value, outputZp);
1324 auto intMinVal = nestedBuilder.create<arith::ConstantOp>(
1325 loc, nestedBuilder.getI32IntegerAttr(intMin));
1326 auto intMaxVal = nestedBuilder.create<arith::ConstantOp>(
1327 loc, nestedBuilder.getI32IntegerAttr(intMax));
1330 nestedBuilder, /*isUnsigned=*/false);
1333 value = nestedBuilder.create<arith::TruncIOp>(
1338 nestedBuilder.create<linalg::YieldOp>(loc, value);
1869 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange args) {
1885 auto extract = nestedBuilder.create<tensor::ExtractOp>(
1887 nestedBuilder.create<linalg::YieldOp>(op.getLoc(),
1951 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange args) {
1952 nestedBuilder.create<linalg::YieldOp>(op.getLoc(), *args.begin());
2055 [&](OpBuilder &nestedBuilder, Location nestedLoc,
2081 nestedBuilder.create<linalg::YieldOp>(