Lines Matching refs:render
369 return constant_template_horizontal_nonassignment.render(op=self)
371 return constant_template_horizontal_single_implementation.render(op=self)
373 return constant_template_horizontal.render(op=self)
377 return constant_template_mul.render(op=self)
379 return constant_template_vector_extract.render(op=self)
381 return constant_template_vector_scalar.render(op=self)
384 return constant_template_vector_insert.render(op=self)
386 return constant_template_lrp.render(op=self)
388 return constant_template_csel.render(op=self)
391 return constant_template_vector.render(op=self)
393 return constant_template_common.render(op=self)
823 print(enum_template.render(values=ir_expression_operation,
826 print(strings_template.render(values=ir_expression_operation))
828 print(constant_template.render(values=ir_expression_operation))