D | nir_opcodes.py | 35 input_types, algebraic_properties, const_expr): argument 73 assert isinstance(const_expr, str) 87 self.const_expr = const_expr 108 algebraic_properties, const_expr): argument 111 input_types, algebraic_properties, const_expr) 113 def unop_convert(name, out_type, in_type, const_expr): argument 114 opcode(name, 0, out_type, [0], [in_type], "", const_expr) 116 def unop(name, ty, const_expr): argument 117 opcode(name, 0, ty, [0], [ty], "", const_expr) 120 const_expr): argument [all …]
|