Home
last modified time | relevance | path

Searched refs:op_Shrs (Results 1 – 12 of 12) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl50 ir_op *op_Shrs; ir_op *get_op_Shrs(void) { return op_Shrs; } variable
125 op_Shrs = new_ir_op(iro_Shrs, "Shrs", op_pin_state_floats, irop_flag_none, oparity_binary, 0, 0);
187 free_ir_op(op_Shrs); op_Shrs = NULL;
H A Dgen_irnode.h192 return get_irn_op_(node) == op_Shrs; in is_Shrs_()
H A Diropt.c2062 if (op == op_Shrs || op == op_Shr || op == op_Shl in transform_bitwise_distributive()
6347 register_computed_value_func(op_Shrs, computed_value_Shrs); in ir_register_opt_node_ops()
6369 register_equivalent_node_func(op_Shrs, equivalent_node_left_zero); in ir_register_opt_node_ops()
6397 register_transform_node_func(op_Shrs, transform_node_Shrs); in ir_register_opt_node_ops()
H A Dirverify.c2202 register_verify_node_func(op_Shrs, verify_node_Shrs); in ir_register_verify_node_ops()
H A Dgen_irio.inl1171 register_node_writer(op_Shrs, write_Shrs);
H A Dgen_ir_cons.c.inl1423 ir_node *res = new_ir_node(dbgi, irg, block, op_Shrs, mode, 2, in);
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dopcodes.h328 FIRM_API ir_op *op_Shrs; variable
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbetranshlp.c551 be_set_upper_bits_clean_function(op_Shrs, shrs_upper_bits_clean); in be_start_transform_setup()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/arm/
H A Darm_transform.c2041 be_set_transform_function(op_Shrs, gen_Shrs);
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_transform.c2384 be_set_transform_function(op_Shrs, gen_Shrs); in sparc_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_dw.c3062 ir_register_dw_lower_function(op_Shrs, lower_Shrs); in ir_prepare_dw_lowering()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_transform.c5691 be_set_transform_function(op_Shrs, gen_Shrs); in register_transformers()