Lines Matching defs:nestedLoc
1111 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange blockArgs) {
1269 [&](OpBuilder &nestedBuilder, Location nestedLoc,
1292 nestedLoc, nestedBuilder.getI32Type(), value);
1295 nestedLoc, nestedBuilder.getI32Type(), value);
1300 nestedBuilder.create<arith::SubIOp>(nestedLoc, value, inputZp);
1308 nestedBuilder.create<arith::AddIOp>(nestedLoc, value, outputZp);
1329 value = clampIntHelper(nestedLoc, value, intMinVal, intMaxVal,
1334 nestedLoc, rewriter.getIntegerType(outIntType.getWidth()),
1869 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange args) {
1873 rewriter.create<linalg::IndexOp>(nestedLoc, i).getResult();
1875 auto one = rewriter.create<arith::ConstantIndexOp>(nestedLoc, 1);
1877 rewriter.create<arith::SubIOp>(nestedLoc, axisDimSize, one);
1878 index = rewriter.create<arith::SubIOp>(nestedLoc, sizeMinusOne,
1886 nestedLoc, input, indices);
1951 [&](OpBuilder &nestedBuilder, Location nestedLoc, ValueRange args) {
2055 [&](OpBuilder &nestedBuilder, Location nestedLoc,
2062 nestedLoc, oldIndex.getType(),
2068 nestedLoc, arith::CmpFPredicate::OGT, newValue, oldValue);
2071 nestedLoc, arith::CmpIPredicate::sgt, newValue, oldValue);
2078 nestedLoc, predicate, newValue, oldValue);
2080 nestedLoc, predicate, newIndex, oldIndex);
2082 nestedLoc, ValueRange({resultIndex, resultMax}));