Lines Matching refs:comm_exprs
212 ${val.comm_expr_idx}, ${val.comm_exprs},
436 self.comm_exprs = 0
447 self.comm_exprs += 1
453 s.__index_comm_exprs(base_idx + self.comm_exprs)
454 self.comm_exprs += s.comm_exprs
456 return self.comm_exprs
1223 comm_exprs = xform.search.comm_exprs
1226 if comm_exprs <= nir_search_max_comm_ops:
1229 "({} <= {}).".format(comm_exprs, nir_search_max_comm_op),
1236 if comm_exprs > nir_search_max_comm_ops:
1239 "\"many-comm-expr\".".format(comm_exprs,