Home
last modified time | relevance | path

Searched refs:op_Bad (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl8 ir_op *op_Bad; ir_op *get_op_Bad(void) { return op_Bad; } variable
70op_Bad = new_ir_op(iro_Bad, "Bad", op_pin_state_pinned, irop_flag_start_block | irop_flag_dump_nob…
145 free_ir_op(op_Bad); op_Bad = NULL;
H A Dgen_irnode.h24 return get_irn_op_(node) == op_Bad; in is_Bad_()
H A Dgen_irio.inl1132 register_node_writer(op_Bad, write_Bad);
H A Dgen_ir_cons.c.inl104 ir_node *res = new_ir_node(dbgi, irg, get_irg_start_block(irg), op_Bad, mode, 0, NULL);
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dopcodes.h118 FIRM_API ir_op *op_Bad; variable
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbetranshlp.c529 be_set_transform_function(op_Bad, be_duplicate_node); in be_start_transform_setup()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_dw.c3042 ir_register_dw_lower_function(op_Bad, lower_Bad); in ir_prepare_dw_lowering()