Searched refs:comm_exprs (Results 1 – 3 of 3) sorted by relevance
430 self.comm_exprs = 0441 self.comm_exprs += 1447 s.__index_comm_exprs(base_idx + self.comm_exprs)448 self.comm_exprs += s.comm_exprs450 return self.comm_exprs1188 comm_exprs = xform.search.comm_exprs1191 if comm_exprs <= nir_search_max_comm_ops:1194 "({} <= {}).".format(comm_exprs, nir_search_max_comm_op),1201 if comm_exprs > nir_search_max_comm_ops:1204 "\"many-comm-expr\".".format(comm_exprs,
156 uint8_t comm_exprs; member
711 1 << MIN2(search->comm_exprs, NIR_SEARCH_MAX_COMM_OPS); in nir_replace_instr()