Lines Matching refs:format
228 return " /* {} -> {} in the cache */\n".format(self.name,
299 "Malformed variable name \"{}\".".format(val)
398 self.sources = [ Value.create(src, "{0}_{1}".format(name_base, i), varset, algebraic_pass)
629 'it must have bit size {} and {}'.format(
653 "Expression {} has {} sources, expected 1".format(
660 "Expression {} has {} sources, expected {}".format(
683 'must have incompatible bit size {}'.format(
691 'replacement expression.'.format(
699 'it must have {} bits'.format(
706 'same'.format(
715 'must have incompatible bit size {}'.format(
722 'when building the replacement.'.format(
728 'it must have {} bits'.format(
737 'somewhere, or the search expression.'.format(val)
760 'bit size {} may not be the same'.format(
790 self.search = Expression(search, "search{0}".format(self.id), varset, algebraic_pass)
797 self.replace = Value.create(replace, "replace{0}".format(self.id), varset, algebraic_pass)
821 #print('num items: {}'.format(len(set(self.items.values()))))
822 #print('num states: {}'.format(len(self.states)))
824 # print('{}: num patterns: {}'.format(state, len(patterns)))
1229 "({} <= {}).".format(comm_exprs, nir_search_max_comm_op),
1239 "\"many-comm-expr\".".format(comm_exprs,
1243 print("{}".format(xform.search.cond), file=sys.stderr)