Lines Matching refs:gimple_build_with_ops
175 #define gimple_build_with_ops(c, s, n) \ macro
195 = as_a <greturn *> (gimple_build_with_ops (GIMPLE_RETURN, ERROR_MARK, in gimple_build_return()
226 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_1()
305 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_internal_1()
512 p = as_a <gcond *> (gimple_build_with_ops (GIMPLE_COND, pred_code, 4)); in gimple_build_cond()
552 = as_a <glabel *> (gimple_build_with_ops (GIMPLE_LABEL, ERROR_MARK, 1)); in gimple_build_label()
563 = as_a <ggoto *> (gimple_build_with_ops (GIMPLE_GOTO, ERROR_MARK, 1)); in gimple_build_goto()
614 gimple_build_with_ops (GIMPLE_ASM, ERROR_MARK, in gimple_build_asm_1()
771 = as_a <gresx *> (gimple_build_with_ops (GIMPLE_RESX, ERROR_MARK, 0)); in gimple_build_resx()
787 gswitch *p = as_a <gswitch *> (gimple_build_with_ops (GIMPLE_SWITCH, in gimple_build_switch_nlabels()
822 gimple_build_with_ops (GIMPLE_EH_DISPATCH, ERROR_MARK, 0)); in gimple_build_eh_dispatch()