Home
last modified time | relevance | path

Searched refs:op_Mul (Results 1 – 16 of 16) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl35 ir_op *op_Mul; ir_op *get_op_Mul(void) { return op_Mul; } variable
110op_Mul = new_ir_op(iro_Mul, "Mul", op_pin_state_floats, irop_flag_commutative, oparity_binary, 0, …
172 free_ir_op(op_Mul); op_Mul = NULL;
H A Dgen_irnode.h132 return get_irn_op_(node) == op_Mul; in is_Mul_()
H A Dirverify.c2189 register_verify_node_func(op_Mul, verify_node_Mul); in ir_register_verify_node_ops()
H A Dgen_irio.inl1157 register_node_writer(op_Mul, write_Mul);
H A Diropt.c6339 register_computed_value_func(op_Mul, computed_value_Mul); in ir_register_opt_node_ops()
6360 register_equivalent_node_func(op_Mul, equivalent_node_Mul); in ir_register_opt_node_ops()
6389 register_transform_node_func(op_Mul, transform_node_Mul); in ir_register_opt_node_ops()
H A Dgen_ir_cons.c.inl955 ir_node *res = new_ir_node(dbgi, irg, block, op_Mul, mode, 2, in);
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dreassoc.c592 } else if (op == op_Mul) { in reverse_rule_distributive()
638 if (op == op_Mul) in reverse_rule_distributive()
825 register_node_reassoc_func(op_Mul, reassoc_Mul); in ir_register_reassoc_node_ops()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_lower64.c102 if (op == op_Mul) { in create_64_intrinsic_fkt()
H A Dsparc_transform.c2374 be_set_transform_function(op_Mul, gen_Mul); in sparc_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dopcodes.h253 FIRM_API ir_op *op_Mul; variable
/dports/devel/libfirm/libfirm-1.21.0/ir/be/TEMPLATE/
H A DTEMPLATE_transform.c310 be_set_transform_function(op_Mul, gen_Mul); in TEMPLATE_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/amd64/
H A Damd64_transform.c544 be_set_transform_function(op_Mul, gen_Mul); in amd64_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_softfloat.c1063 ir_register_softloat_lower_function(op_Mul, lower_Mul); in lower_floating_point()
H A Dlower_dw.c3054 ir_register_dw_lower_function(op_Mul, lower_binop); in ir_prepare_dw_lowering()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/arm/
H A Darm_transform.c2031 be_set_transform_function(op_Mul, gen_Mul);
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_transform.c5681 be_set_transform_function(op_Mul, gen_Mul); in register_transformers()