Lines Matching defs:template

23 import mako.template
96 # This template is for operations that can have operands of a several
99 constant_template_common = mako.template.Template("""\
114 # This template is for binary operations that can operate on some combination
116 constant_template_vector_scalar = mako.template.Template("""\
145 # This template is for multiplication. It is unique because it has to support
147 constant_template_mul = mako.template.Template("""\
195 # This template is for operations that are horizontal and either have only a
198 constant_template_horizontal_single_implementation = mako.template.Template("""\
203 # This template is for operations that are horizontal and do not assign the
205 constant_template_horizontal_nonassignment = mako.template.Template("""\
210 # This template is for binary operations that are horizontal. That is, the
212 constant_template_horizontal = mako.template.Template("""\
225 # This template is for ir_binop_vector_extract.
226 constant_template_vector_extract = mako.template.Template("""\
243 # This template is for ir_triop_vector_insert.
244 constant_template_vector_insert = mako.template.Template("""\
262 # This template is for ir_quadop_vector.
263 constant_template_vector = mako.template.Template("""\
278 # This template is for ir_triop_lrp.
279 constant_template_lrp = mako.template.Template("""\
300 # This template is for ir_triop_csel. This expression is really unique
303 constant_template_csel = mako.template.Template("""\
776 enum_template = mako.template.Template(copyright + """
789 strings_template = mako.template.Template(copyright + """
802 constant_template = mako.template.Template("""\